Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rtcd to latest v0.15.0 #727

Merged
merged 1 commit into from
May 8, 2024
Merged

Bump rtcd to latest v0.15.0 #727

merged 1 commit into from
May 8, 2024

Conversation

streamer45
Copy link
Collaborator

Summary

Bumping rtcd to the latest release.

@streamer45 streamer45 added the 2: Dev Review Requires review by a core committer label May 8, 2024
@streamer45 streamer45 added this to the v0.27.0 / MM 9.9 milestone May 8, 2024
@streamer45 streamer45 requested a review from cpoile May 8, 2024 14:14
@streamer45 streamer45 self-assigned this May 8, 2024
@@ -182,7 +182,7 @@ func (p *Plugin) OnActivate() error {
rtcServerConfig.TURNConfig.StaticAuthSecret = cfg.TURNStaticAuthSecret
}
if cfg.ICEHostPortOverride != nil {
rtcServerConfig.ICEHostPortOverride = *cfg.ICEHostPortOverride
rtcServerConfig.ICEHostPortOverride = rtc.ICEHostPortOverride(fmt.Sprintf("%d", *cfg.ICEHostPortOverride))
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's reasonable to keep supporting the basic syntax (single port) only from this side. We can always review later if needed but for anything advanced I'd say they should be using rtcd.

@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels May 8, 2024
@streamer45 streamer45 merged commit ad41eeb into main May 8, 2024
19 checks passed
@streamer45 streamer45 deleted the bump-rtcd branch May 8, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants