Options
All
  • Public
  • Public/Protected
  • All
Menu

Event types of the LocalInvitation instance.

Hierarchy

  • LocalInvitationEvents

Index

Methods

LocalInvitationAccepted

  • 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

  • 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

LocalInvitationFailure

LocalInvitationReceivedByPeer

  • 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

  • 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