Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RemoteInvitationEvents

Event types of the RemoteInvitation instance.

Hierarchy

  • RemoteInvitationEvents

Index

Methods

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

    Returns void

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

    Parameters

    • content: string

    Returns void

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

    Returns void

Generated using TypeDoc