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

fix webrtc #3108

Merged
merged 5 commits into from
Oct 24, 2021
Merged

fix webrtc #3108

merged 5 commits into from
Oct 24, 2021

Conversation

thelsing
Copy link
Collaborator

@thelsing thelsing commented Oct 23, 2021

Identify the Bug or Feature request

part of #2945

Description of the Change

Refactors WebRtcClientConnection and WebRtcServerConnection. Call addIceCanditate on the client-side if an ice candidate signaling message is handled instead of onIceCandidate. Add more INFO output of the connection process.

Possible Drawbacks

None.

Release Notes

  • Fixed webRTC connection issues.

This change is Reviewable

@Phergus
Copy link
Contributor

Phergus commented Oct 23, 2021

@cwisniew should we merge this into a 1.10.4 build?

@Phergus Phergus changed the base branch from develop to release-1.10.3 October 23, 2021 23:22
@Phergus Phergus changed the base branch from release-1.10.3 to develop October 23, 2021 23:22
@cwisniew
Copy link
Member

@cwisniew should we merge this into a 1.10.4 build?

Normally I would suggest we don't given how we have had a couple point releases already and its only one change that isn't breaking things from previous versions. But in this case it's probably worth it as it could solve connection issues and require a lot less support in the networking channel on discord :)

@Phergus
Copy link
Contributor

Phergus commented Oct 24, 2021

That's what I was thinking. Easier connections; less support issues.

Copy link
Member

@cwisniew cwisniew left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @thelsing)

@cwisniew cwisniew merged commit f9cb678 into RPTools:develop Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants