From 504445893c1368909cac52d750d8001e10009960 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sun, 12 Apr 2020 17:27:18 +0200 Subject: [PATCH] Send allow video status to proxy --- src/controllers/RTCRelayController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/RTCRelayController.ts b/src/controllers/RTCRelayController.ts index c0722d7..caebfbc 100644 --- a/src/controllers/RTCRelayController.ts +++ b/src/controllers/RTCRelayController.ts @@ -71,6 +71,7 @@ export class RTCRelayController { this.SendMessage({ title: "config", data: { + allowVideo: cnf.allowVideo, iceServers: cnf.iceServers }, })