uid of the caller.
Allows the callee to get the channel ID.
The call invitation content set by the caller.
Response to the incoming call invitation.
States of the incoming call invitation. See: RemoteInvitationState .
Allows the callee to accept an incoming call invitation. This method has no asynchronous callbacks. To listen for RemoteInvitationState changes, register the event handler in RemoteInvitationEvents via the on method.
Adds the listener
function to the channel for the event named
eventName
. See
the EventEmitter
API documentation
for other event methods on the RtmChannel
instance.
The name of the channel event. See the property names in the RtmChannelEvents for the list of events.
The callback function of the channel event.
Allows the callee to decline an incoming call invitation. This method has no asynchronous callbacks. To listen for RemoteInvitationState changes, register the event handler in RemoteInvitationEvents via the on method.
The call invitation object created by the SDK and called by the callee.