Skip to content

Commit 9e5a0b3

Browse files
committed
[feat]stun 서버 변경.
1 parent 2a05a46 commit 9e5a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/src/main/java/com/example/data/client/WebRTCClientImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,6 @@ internal class WebRTCClientImpl @Inject constructor(
234234
private const val LOCAL_TRACK_ID = "local_track"
235235
private const val LOCAL_STREAM_ID = "local_track"
236236
private const val FIELD_TRIALS = "WebRTC-H264HighProfile/Enabled/"
237-
private const val ICE_SERVER_URL = "stun:stun.l.google.com:19302"
237+
private const val ICE_SERVER_URL = "stun:stun4.l.google.com:19302"
238238
}
239239
}

0 commit comments

Comments
 (0)