Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocalInvitationEvents

Event types of the LocalInvitation instance.

Hierarchy

  • LocalInvitationEvents

Index

Methods

  • LocalInvitationAccepted(response: string): void
  • Callback to the caller: occurs when the callee accepts the call invitation.

    Parameters

    • response: string

      The response from the callee.

    Returns void

  • LocalInvitationCanceled(): void
  • Callback to the caller: occurs when the caller cancels a call invitation. This callback notifies the caller that he/she has canceled a call invitation.

    Returns void

  • LocalInvitationReceivedByPeer(): void
  • Callback to the caller: occurs when the callee receives the call invitation.

    This callback notifies the caller that the callee receives the call invitation.

    Returns void

  • LocalInvitationRefused(response: string): void
  • Callback to the caller: occurs when the callee refuses the call invitation.

    Parameters

    • response: string

      The response from the callee.

    Returns void

Generated using TypeDoc