mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-02-02 07:31:38 +01:00
setTurnServers doesn't need to be async
This commit is contained in:
parent
3d7852a469
commit
6570ec46f4
@ -75,7 +75,7 @@ export class CallHandler implements RoomStateHandler {
|
||||
this._loadCallEntries(callEntries, txn);
|
||||
}
|
||||
|
||||
async setTurnServers(turnServers: RTCIceServer[]) {
|
||||
setTurnServers(turnServers: RTCIceServer[]) {
|
||||
this.options.turnServers = turnServers;
|
||||
this.groupCallOptions.turnServers = turnServers;
|
||||
// TODO: we should update any ongoing peerconnections if the TURN server details have changed
|
||||
|
Loading…
x
Reference in New Issue
Block a user