Skip to content

Fixed USE_STEAMWEBRTC using Native ICE Client instead of WebRTC #378

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ErrorAtLine0
Copy link

Fixed an issue where setting USE_STEAMWEBRTC in cmake doesn't actually use the WebRTC backend, but instead uses the native ICE client. This is what led to issue #247 occurring even when USE_STEAMWEBRTC is set.

Note that, after including this fix in a linux build, the flag ABSL_PROPAGATE_CXX_STD had to be set for test_p2p to compile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant