Readonly calleruid of the caller.
Readonly channelAllows the callee to get the channel ID.
Readonly contentThe call invitation content set by the caller.
The maximum length is 8 KB.
Response to the incoming call invitation.
The maximum length is 8 KB.
Readonly stateStates of the incoming call invitation. See: RemoteInvitationState .
Static defaultAllows 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.
Rest ...args: any[]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.
Rest ...args: ListenerType<RemoteInvitationEvents[EventName]>Rest ...args: ListenerType<RemoteInvitationEvents[P]>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.
Optional event: PGenerated using TypeDoc
The call invitation object created by the SDK and called by the callee.
No Inherit Doc