Class representing a session.
Create a session.
BiDi Connection
Get status of session.
Promise object represents the session status.
Ends the active session.
Sends a command to the WebSocket to end the current session through the session.end method.
session.end
Promise that resolves if the session ends successfully, rejects if the WebSocket fails to send the command.
Create a new session
The capabilities that the new session should have.
Promise object represents the newly created session.
When unable to create a session.
Subscribes to specified events.
Promise representing sending command for subscription.
Unsubscribes from specified events.
Promise representing sending command for unsubscription.
Class representing a session.