Interface RemoteInvitationEvents

Event types of the RemoteInvitation instance.

Hierarchy

  • RemoteInvitationEvents

Properties

RemoteInvitationAccepted: (() => void)

Type declaration

    • (): void
    • Callback to the callee: occurs when the callee accepts a call invitation.

      Returns void

RemoteInvitationCanceled: ((content: string) => void)

Type declaration

    • (content: string): void
    • Callback to the callee: occurs when the caller cancels the call invitation.

      Parameters

      • content: string

      Returns void

RemoteInvitationFailure: ((reason: RemoteInvitationFailureReason) => void)

Type declaration

RemoteInvitationRefused: (() => void)

Type declaration

    • (): void
    • Callback for the callee: occurs when the callee successfully declines the incoming call invitation.

      Returns void

Generated using TypeDoc