Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LocalInvitationEvents

Event types of the LocalInvitation instance.

Hierarchy

  • LocalInvitationEvents

Index

Properties

LocalInvitationAccepted

LocalInvitationAccepted: function

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

param

The response from the callee.

Type declaration

    • (response: string): void
    • Parameters

      • response: string

      Returns void

LocalInvitationCanceled

LocalInvitationCanceled: function

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.

Type declaration

    • (): void
    • Returns void

LocalInvitationFailure

LocalInvitationFailure: function

Callback to the caller: occurs when the outgoing call invitation ends in failure.

param

See: LocalInvitationFailureReason.

Type declaration

LocalInvitationReceivedByPeer

LocalInvitationReceivedByPeer: function

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

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

Type declaration

    • (): void
    • Returns void

LocalInvitationRefused

LocalInvitationRefused: function

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

param

The response from the callee.

Type declaration

    • (response: string): void
    • Parameters

      • response: string

      Returns void