Skip to content

Commit

Permalink
[feat]stun 서버 변경.
Browse files Browse the repository at this point in the history
  • Loading branch information
Parkduksung committed Nov 11, 2024
1 parent 2a05a46 commit 9e5a0b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,6 @@ internal class WebRTCClientImpl @Inject constructor(
private const val LOCAL_TRACK_ID = "local_track"
private const val LOCAL_STREAM_ID = "local_track"
private const val FIELD_TRIALS = "WebRTC-H264HighProfile/Enabled/"
private const val ICE_SERVER_URL = "stun:stun.l.google.com:19302"
private const val ICE_SERVER_URL = "stun:stun4.l.google.com:19302"
}
}

0 comments on commit 9e5a0b3

Please sign in to comment.