change(ui) - assist call to use iceTransportPolicy all

This commit is contained in:
Shekar Siri 2023-05-12 17:28:03 +02:00
parent a24d99f75c
commit a1c0fcb750

View file

@ -84,7 +84,7 @@ export default class Call {
iceServers: this.config,
//@ts-ignore
sdpSemantics: 'unified-plan',
iceTransportPolicy: 'relay',
iceTransportPolicy: 'all',
};
}
const peer = this._peer = new Peer(peerOpts)