Class | Description |
---|---|
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
|
ConversationCall |
Represents a call within the context of a conversation/conference.
|
Emitter |
The event emitter which is ported from the JavaScript module. This class is thread-safe.
|
Session |
Session represent the connected environment of an UA.
It's created after UA registration.
|
Stream |
A stream.
|
UserAgent |
The UserAgent serves as the base to use apiRTC.
A user agent can be authenticated or not. For an Apizee cloud user, the uri is prefixed with 'apizee:'.
He can be anonymous if it's a client of an Apizee enterprise and use prefix apzkey: as uri.
Once registered, its Session object can be used to communicate with other contacts using the platform on the same API key and CCS server
|