From ccdcfb3047852a418778a69709ad8e75a73bfcaf Mon Sep 17 00:00:00 2001 From: Richard Yak Date: Wed, 13 Mar 2024 22:23:22 +0800 Subject: [PATCH] feat: try audio muted false --- map.tmj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/map.tmj b/map.tmj index 8bc18520..7d0c4b6c 100644 --- a/map.tmj +++ b/map.tmj @@ -635,6 +635,11 @@ "type":"bool", "value":true }, + { + "name":"jitsiConfig", + "type":"string", + "value":"{\"startWithAudioMuted\": false}" + }, { "name":"jitsiRoom", "type":"string",