Don't try to send hole-punch packets to peers for which we use a

jitsi-videobridge.
cusax-fix
Boris Grozev 13 years ago
parent 50dd9a5f2c
commit b7357da857

@ -1846,7 +1846,8 @@ && isLocalAudioTransmissionEnabled())
* send the hole-punch packet anyway to let the remote video
* reach this local peer.
*/
if (stream instanceof VideoMediaStream)
if (stream instanceof VideoMediaStream
&& !getPeer().isJitsiVideoBridge())
sendHolePunchPacket(stream.getTarget());
}
}

Loading…
Cancel
Save