change(ui) - assist call to use iceTransportPolicy all
This commit is contained in:
parent
a24d99f75c
commit
a1c0fcb750
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue