disable turn servers in widget mode (#1396)
Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
@@ -147,7 +147,7 @@ export const widget: WidgetHelpers | null = (() => {
|
||||
receiveState,
|
||||
sendToDevice: sendRecvToDevice,
|
||||
receiveToDevice: sendRecvToDevice,
|
||||
turnServers: true,
|
||||
turnServers: false,
|
||||
},
|
||||
roomId,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user