1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00

Send allow video status to proxy

This commit is contained in:
Pierre HUBERT 2020-04-12 17:27:18 +02:00
parent 1d224dd201
commit 504445893c

View File

@ -71,6 +71,7 @@ export class RTCRelayController {
this.SendMessage({
title: "config",
data: {
allowVideo: cnf.allowVideo,
iceServers: cnf.iceServers
},
})