diff --git a/openvidu-browser/docs/classes/openvidu.html b/openvidu-browser/docs/classes/openvidu.html index f4d622ec..c06f7aec 100644 --- a/openvidu-browser/docs/classes/openvidu.html +++ b/openvidu-browser/docs/classes/openvidu.html @@ -122,7 +122,7 @@
Parameters
@@ -549,49 +549,21 @@ OV.getUserMedia({initSession
Returns a session with id
+sessionId
Returns new session
Returns Session
-
DEPRECATED
-No
-sessionId
is required. Now every necessary information is received in Session.connect-
Parameters
---
-
-
-
-
-
-
-sessionId: string
-Session unique ID generated in openvidu-server
-Returns Session
-Returns Promise<any>
A Promise to which you must subscribe that is resolved if the recording successfully started and rejected with an Error object if not
--
DEPRECATED
-Use promisified version of the method
--
Parameters
---
-
- -
-
- -
-
-
-token: string
-Optional metadata: any
-Optional callback: any
-Returns void
-A Promise to which you must subscribe that is resolved if the recording successfully started and rejected with an Error object if not
-signal
A Promise (to which you can optionally subscribe to) that is resolved if the message successfully reached openvidu-server and rejected with an Error object if not. This doesn't mean that openvidu-server could resend the message to all the listed receivers.
--
DEPRECATED
-Use promisified version of the method
--
Parameters
---
-
- -
-
-
-signal: SignalOptions
-Optional callback: any
-Returns void
-A Promise (to which you can optionally subscribe to) that is resolved if the message successfully reached openvidu-server and rejected with an Error object if not. This doesn't - mean that openvidu-server could resend the message to all the listed receivers.
-Parameters
@@ -829,7 +771,7 @@