WebRTC-Android-Learn
WebRTC-Android-Learn copied to clipboard
AppRTCMobile——WebRTC Android
Results
2
WebRTC-Android-Learn issues
Sort by
recently updated
recently updated
newest added
Capturing audio from applications like youtube . Currently it is set to Microphone.
in RoomParametersFetcher.java , LinkedList iceServers = iceServersFromPCConfigJSON(roomJson.getString("pc_config")); boolean isTurnPresent = false; for (PeerConnection.IceServer server : iceServers) { Log.d(TAG, "IceServer: " + server); if (server.uri.startsWith("turn:")) { isTurnPresent = true; break; }...