[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:

عرض الملف

@@ -40,7 +40,7 @@ dependencies: {
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.55
* @version 1.3.56
*
*/

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.3.55",
"version": "1.3.56",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -38,8 +38,8 @@
"author": "Miroslav Pejic",
"license": "AGPL-3.0",
"dependencies": {
"@sentry/integrations": "7.93.0",
"@sentry/node": "7.93.0",
"@sentry/integrations": "7.94.1",
"@sentry/node": "7.94.1",
"axios": "^1.6.5",
"body-parser": "1.20.2",
"colors": "1.4.0",

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.55
* @version 1.3.56
*
*/

عرض الملف

@@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
* @version 1.3.55
* @version 1.3.56
*
*/