[mirotalksfu] - add chat to query params, update widget

هذا الالتزام موجود في:
Miroslav Pejic
2025-08-10 11:28:52 +02:00
الأصل 1fb81472b3
التزام 9a4ec57cc5
15 ملفات معدلة مع 71 إضافات و16 حذوفات

عرض الملف

@@ -23,6 +23,7 @@ async function getJoin() {
audio: false,
video: false,
screen: false,
chat: false,
hide: false,
notify: true,
duration: 'unlimited',

عرض الملف

@@ -24,6 +24,7 @@ $data = array(
"audio" => false,
"video" => false,
"screen" => false,
"chat" => false,
"hide" => false,
"notify" => true,
"duration" => "unlimited",

عرض الملف

@@ -19,6 +19,7 @@ data = {
"audio": "false",
"video": "false",
"screen": "false",
"chat": "false",
"hide": "false",
"notify": "true",
"duration": "unlimited",

عرض الملف

@@ -15,6 +15,7 @@ REQUEST_DATA='{
"audio": false,
"video": false,
"screen": false,
"chat": false,
"hide": false,
"notify": true,
"duration": "unlimited",

عرض الملف

@@ -174,6 +174,9 @@ definitions:
screen:
type: boolean
default: false
chat:
type: boolean
default: false
hide:
type: boolean
default: false