Conversation
Users are able to interact with each other by entering a conversation in a N-N fashion. The client is able to listen to conversation events that will be fired once the conversation is joined
Constructors
Types
Functions
Cancels an ongoing push data operation. Transfer can be resumed if apiKey, clientId, convId, filename and size are the same. Server allows resume for some time only
Returns contact list for conversation
Returns the conversation call handle for a given stream.
Check if this emitter has listeners for the specified event.
Joins group chat.
Leaves conversation The user will automatically stop publishing its streams to the conversation and stop subscribing to streams from the conversation. The user will no longer receive events from the conversation The user will no longer see who's within the conversation
Leaves group chat.
Returns a list of listeners for the specified event.
Listens on the event.
Adds a one time listener for the event.
Pushes data to this conversation
Replaces the currently published stream by a given one.
Sends string message to contacts in conversation
Subscribes to a stream. The subscription will automatically stop if the contact publishing the stream unpublishes it. The Conversation#streamAdded event will be fired when the stream becomes available The Conversation#streamRemoved event will be fired when the stream is no longer available The Conversation#hangup event will be fired the subscription is terminated.