uid of the callee.
The channel ID set by the caller.
Call invitation content set by the caller.
The callee's response to the call invitation.
State of the outgoing call invitation.
See: LocalInvitationState.
Allows the caller to cancel a sent call invitation. This method has no asynchronous callbacks. To listen for LocalInvitationState changes, register the event handler in LocalInvitationEvents 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.
Send a call invitation to a specified remote user (callee). This method has no asynchronous callbacks. To listen for LocalInvitationState changes, register the event handler in LocalInvitationEvents via the on method.
The call invitation object created by calling the createLocalInvitation method, and called only by the caller.