mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
disable turn servers in widget mode
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -147,7 +147,7 @@ export const widget: WidgetHelpers | null = (() => {
|
|||||||
receiveState,
|
receiveState,
|
||||||
sendToDevice: sendRecvToDevice,
|
sendToDevice: sendRecvToDevice,
|
||||||
receiveToDevice: sendRecvToDevice,
|
receiveToDevice: sendRecvToDevice,
|
||||||
turnServers: true,
|
turnServers: false,
|
||||||
},
|
},
|
||||||
roomId,
|
roomId,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user