[mirotalksfu] - update rest api docs and dep.

هذا الالتزام موجود في:
Miroslav Pejic
2024-01-20 19:45:43 +01:00
الأصل 5a233a004a
التزام 47c2c20b07
5 ملفات معدلة مع 23 إضافات و6 حذوفات

عرض الملف

@@ -45,21 +45,38 @@ paths:
type: object
required:
- room
- roomPassword
- name
- audio
- video
- screen
- hide
- notify
properties:
room:
type: string
default: 'test'
roomPassword:
type: ['boolean', 'string'] # Allow boolean or string type
default: false
name:
type: string
default: 'mirotalksfu'
audio:
type: boolean
default: true
video:
type: boolean
default: true
screen:
type: boolean
default: false
hide:
type: boolean
default: false
notify:
type: boolean
default: true
consumes:
- 'application/json'
produces: