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 }, })