The endpoint is the API URI prefix for which ScreenMeet API version to target.
This is the key to interact with the ScreenMeet API. It is generally a user session token identifying the user
Exchanges an O-Auth authorization token for an access token on the back-end, establishes a user session, and returns a user session {@link MeResponse} object.
Authenticates the user with a session token
Closes the session with the given alpha-numeric ID.
This method creates a new {@link ScreenMeetSession} session of the desired ScreenMeetSessionType.
Returns the API end-point base URL
Returns cobrowse deployments configuration for the organization
Returns configuration data for the given config
Returns endpoint configurations for an organization
Returns a promise that resolves with an array of sessions associated with the related object mapping key
This method will retreive a list of all new and active sessions that belong to the authenticated user.
This method returns information about the currently authenticated user. The response object is a {@link MeResponse}
Polls the discovery service with a list of session ID's (max 20) and will return a DiscoveryResponse which will include any sessions that have an active state
Changes the BASE API URL. Generally used to change to a pre-production ScreenMeet environment.
This is a setter method to update the key
Clears the key from the ScreenMeetAPI instance and signals the back-end to end the agent session
Generated using TypeDoc
The ScreenMeetAPI class is your primary surface for performing operations on the ScreenMeet platform. It provides API's to create, close, and monitor ScreenMeet sessions.