We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a05a46 commit 9e5a0b3Copy full SHA for 9e5a0b3
data/src/main/java/com/example/data/client/WebRTCClientImpl.kt
@@ -234,6 +234,6 @@ internal class WebRTCClientImpl @Inject constructor(
234
private const val LOCAL_TRACK_ID = "local_track"
235
private const val LOCAL_STREAM_ID = "local_track"
236
private const val FIELD_TRIALS = "WebRTC-H264HighProfile/Enabled/"
237
- private const val ICE_SERVER_URL = "stun:stun.l.google.com:19302"
+ private const val ICE_SERVER_URL = "stun:stun4.l.google.com:19302"
238
}
239
0 commit comments