Class Index
Built-In Namespace
_global_
Class
Codec
The Codec is used by Resources that are shared on top of the Data Channel, like file sharing and Textual Chat, to decode and code the data in a consistent way by all the peers.
Class
Conversation
Class
DataBroker
The DataBroker Class handles all the operations to choose the right codecs and the channels to send, receive and handle messages related to the Data.
Class
DataMessage
Class
Identity
The Identity represents a user and contains all information needed to support Conversation services including the service endpoint to retrieve the protocol stack (Messaging Stub) that will be used to establish a signalling channel with the Identity domain messaging server.
Class
Idp
Class
Message
Message - This class is a data-holder for all messages that are sent between the domains.
Class
MessageFactory
This class creates WONDER-compliant messages.
Class
MessagingStub
The MessagingStub implements the the protocol Stack used to communicate with a certain Messaging server.
Class
Participant
The Participant class handles all operations needed to manage the participation of an Identity (User) in a conversation including the WebRTC PeerConnection functionalities.
Class