[mirotalksfu] - update rest api docs and dep.
هذا الالتزام موجود في:
@@ -45,21 +45,38 @@ paths:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- room
|
- room
|
||||||
|
- roomPassword
|
||||||
- name
|
- name
|
||||||
- audio
|
- audio
|
||||||
- video
|
- video
|
||||||
|
- screen
|
||||||
|
- hide
|
||||||
- notify
|
- notify
|
||||||
properties:
|
properties:
|
||||||
room:
|
room:
|
||||||
type: string
|
type: string
|
||||||
|
default: 'test'
|
||||||
|
roomPassword:
|
||||||
|
type: ['boolean', 'string'] # Allow boolean or string type
|
||||||
|
default: false
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
|
default: 'mirotalksfu'
|
||||||
audio:
|
audio:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: true
|
||||||
video:
|
video:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: true
|
||||||
|
screen:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
hide:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
notify:
|
notify:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
default: true
|
||||||
consumes:
|
consumes:
|
||||||
- 'application/json'
|
- 'application/json'
|
||||||
produces:
|
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 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
|
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||||
* @version 1.3.55
|
* @version 1.3.56
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mirotalksfu",
|
"name": "mirotalksfu",
|
||||||
"version": "1.3.55",
|
"version": "1.3.56",
|
||||||
"description": "WebRTC SFU browser-based video calls",
|
"description": "WebRTC SFU browser-based video calls",
|
||||||
"main": "Server.js",
|
"main": "Server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -38,8 +38,8 @@
|
|||||||
"author": "Miroslav Pejic",
|
"author": "Miroslav Pejic",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/integrations": "7.93.0",
|
"@sentry/integrations": "7.94.1",
|
||||||
"@sentry/node": "7.93.0",
|
"@sentry/node": "7.94.1",
|
||||||
"axios": "^1.6.5",
|
"axios": "^1.6.5",
|
||||||
"body-parser": "1.20.2",
|
"body-parser": "1.20.2",
|
||||||
"colors": "1.4.0",
|
"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 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
|
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
* @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 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
|
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||||
* @version 1.3.55
|
* @version 1.3.56
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم