Add ice candidates to peer connection.
This commit is contained in:
parent
4d288ddd55
commit
435a6b2f1a
|
@ -172,6 +172,7 @@ class WebRtcPeerConnectionManager @Inject constructor(
|
|||
// omit empty :/
|
||||
if (it.isNotEmpty()) {
|
||||
Timber.v("## Sending local ice candidates to call")
|
||||
it.forEach { peerConnection?.addIceCandidate(it) }
|
||||
currentCall?.sendLocalIceCandidates(it)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue