1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 13:29: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({ this.SendMessage({
title: "config", title: "config",
data: { data: {
allowVideo: cnf.allowVideo,
iceServers: cnf.iceServers iceServers: cnf.iceServers
}, },
}) })