Interface | Description |
---|---|
Respoke.TaskCompletionListener |
A listener interface to allow the receiver to be notified of the success or failure of an asynchronous operation
|
RespokeCall.Listener |
An interface to notify the receiver of events occurring with the call
|
RespokeClient.ConnectCompletionListener |
A listener interface to receive a notification that the connect action has failed
|
RespokeClient.JoinGroupCompletionListener |
A listener interface to receive a notification that the task to join the groups has completed
|
RespokeClient.Listener |
A listener interface to notify the receiver of events occurring with the client
|
RespokeClient.ResolvePresenceListener |
A listener interface to ask the receiver to resolve a list of presence values for an endpoint
|
RespokeDirectConnection.Listener |
A listener interface to notify the receiver of events occurring with the direct connection
|
RespokeEndpoint.Listener |
A listener interface to notify the receiver of events occurring with the endpoint
|
RespokeGroup.GetGroupMembersCompletionListener |
A listener interface to receive a notification that the task to get the list of group members has completed
|
RespokeGroup.Listener |
A listener interface to notify the receiver of events occurring with the group
|
RespokeSignalingChannel.Listener |
A delegate protocol to notify the receiver of events occurring with the connection status of the signaling channel
|
RespokeSignalingChannel.RegisterPresenceListener |
A listener interface to receive a notification that this client has been registered to receive presence updates for a specific endpoint
|
RespokeSignalingChannel.RESTListener |
A listener interface to receive a notification that the REST message transmission has completed
|
Class | Description |
---|---|
Respoke |
A global static class which provides access to the Respoke functionality.
|
RespokeCall |
WebRTC Call including getUserMedia, path and codec negotation, and call state.
|
RespokeClient |
This is a top-level interface to the API.
|
RespokeConnection |
Represents remote Connections which belong to an Endpoint.
|
RespokeDirectConnection |
A direct connection via RTCDataChannel, including state and path negotation.
|
RespokeEndpoint |
Represents remote Endpoints.
|
RespokeGroup |
A group, representing a collection of connections and the method by which to communicate with them.
|
RespokeSignalingChannel |
The purpose of this class is to make a method call for each API call
to the backend REST interface.
|
RespokeWorkerThread |
Implements a worker thread for queueing and processing socket transactions with the Respoke service
|