Methods
-
<inner> connect()
-
A session is created between the Client and the VideoGateway
Returns:
VideoRTC methods (Success): getDevices, splitAgent, splitClient, videoRoom, videoMail, videoPlayer, videoCall
- Type
- Promise.<VideoRTC>
Example
-
<inner> disconnect()
-
The current session and all connections with the VideoGateway are closed
Returns:
- Type
- nothing
Example
1
myVideoApp.disconnect()
-
<inner> disconnect()
-
The current session and all connections with the VideoGateway are closed
Returns:
- Type
- nothing
Example
1
myVideoApp.disconnect()
-
<inner> getBrowser()
-
Get the browser name used by the client
Returns:
Browser name: "chrome", "firefox", "safari", "opera" or "IE"
- Type
- string
Example
-
<inner> isConnected()
-
It is checked if there is any active session between Client and the VideoGateway
Returns:
Is the client connected with the VideoGateway?
- Type
- Boolean
Example
-
<inner> isMobile()
-
Detects if the requester client is using or not a mobile device
Returns:
Is the client using a Mobile device?
- Type
- Boolean
Example