- unmuteAudio() - Method in class com.apizee.apiRTC.Stream
-
Unmutes this stream's audio
If this stream is published to another contact, the stream will also be unmuted on the contact's side
If this stream is subscribed from another contact, unmuting the stream will have no impact on the contact's side, moreover, it will not unmute the stream if it has been muted by the contact
- unmuteVideo() - Method in class com.apizee.apiRTC.Stream
-
Unmutes this stream's video
If this stream is published to another contact, the stream will also be unmuted on the contact's side
If this stream is subscribed from another contact, muting the stream will have no impact on the contact's side, moreover, it will not unmute the stream if it has been muted by the contact
- unregister(options) - Method in class com.apizee.apiRTC.UserAgent
-
Unregisters this UserAgent
- UserAgent - Class in com.apizee.apiRTC
-
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
- UserAgent(context, options) - Constructor for class com.apizee.apiRTC.UserAgent
-
- UserAgent.Companion - Class in com.apizee.apiRTC
-
- UserAgent.CreateStreamOptions - Class in com.apizee.apiRTC
-
- UserAgent.DisconnectOptions - Class in com.apizee.apiRTC
-
- UserAgent.MediaDeviceList - Class in com.apizee.apiRTC
-
- UserAgent.RegisterInformation - Class in com.apizee.apiRTC
-
- UserAgent.Result - Enum in com.apizee.apiRTC
-
- UserAgent.UserAgentOptions - Class in com.apizee.apiRTC
-
- UserAgentOptions(uri) - Constructor for class com.apizee.apiRTC.UserAgent.UserAgentOptions
-