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

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

عرض الملف

@@ -6,6 +6,7 @@ class IframeApi {
audio: false,
video: false,
screen: false,
chat: false,
hide: false,
notify: false,
duration: 'unlimited',
@@ -50,6 +51,7 @@ class IframeApi {
audio: this.options.audio ? 1 : 0,
video: this.options.video ? 1 : 0,
screen: this.options.screen ? 1 : 0,
chat: this.options.chat ? 1 : 0,
hide: this.options.hide ? 1 : 0,
notify: this.options.notify ? 1 : 0,
duration: this.options.duration,