The call invitation object created by the SDK and called by the callee.

No Inherit Doc

Hierarchy

Constructors

Properties

callerId: string

uid of the caller.

channelId: string

Allows the callee to get the channel ID.

content: string

The call invitation content set by the caller.

Note

The maximum length is 8 KB.

response: string

Response to the incoming call invitation.

Note

The maximum length is 8 KB.

States of the incoming call invitation. See: RemoteInvitationState .

defaultMaxListeners: number

Methods

  • 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.

    Returns void

  • Type Parameters

    Parameters

    • this: T
    • event: P

    Returns number

  • Type Parameters

    Parameters

    • this: T
    • event: P

    Returns Function[]

  • Type Parameters

    Parameters

    • this: T
    • event: P
    • listener: ((...args: any[]) => any)
        • (...args: any[]): any
        • Parameters

          • Rest ...args: any[]

          Returns any

    Returns RemoteInvitation

  • Type Parameters

    Parameters

    • this: T
    • event: P

    Returns Function[]

  • 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.

    Returns void

  • Type Parameters

    Parameters

    • this: T
    • Optional event: P

    Returns RemoteInvitation

Generated using TypeDoc