Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteInvitationEvents

Event types of the RemoteInvitation instance.

Hierarchy

  • RemoteInvitationEvents

Index

Properties

RemoteInvitationAccepted

RemoteInvitationAccepted: function

Callback to the callee: occurs when the callee accepts a call invitation.

Type declaration

    • (): void
    • Returns void

RemoteInvitationCanceled

RemoteInvitationCanceled: function

Callback to the callee: occurs when the caller cancels the call invitation.

Type declaration

    • (content: string): void
    • Parameters

      • content: string

      Returns void

RemoteInvitationFailure

RemoteInvitationFailure: function

Callback to the callee: occurs when the life cycle of the incoming call invitation ends in failure.

param

See: RemoteInvitationFailureReason.

Type declaration

RemoteInvitationRefused

RemoteInvitationRefused: function

Callback for the callee: occurs when the callee successfully declines the incoming call invitation.

Type declaration

    • (): void
    • Returns void