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,
|
receiveState,
|
||||||
sendToDevice: sendRecvToDevice,
|
sendToDevice: sendRecvToDevice,
|
||||||
receiveToDevice: sendRecvToDevice,
|
receiveToDevice: sendRecvToDevice,
|
||||||
turnServers: true,
|
turnServers: false,
|
||||||
},
|
},
|
||||||
roomId,
|
roomId,
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user