This enum defines all the events that may be handled

You can listen to these events via [[KaleyraVideo.on]]

Hierarchy

  • Events

Properties

onCallError: ((reason) => void)

Type declaration

    • (reason): void
    • Register to this event via [[KaleyraVideo.on]]

      Parameters

      • reason: string

      Returns void

onCallModuleStatusChanged: ((status) => void)

Type declaration

    • (status): void
    • Parameters

      • status: string

      Returns void

      See

      [[CallStatusChangedEvent]]

onChatError: ((reason) => void)

Type declaration

    • (reason): void
    • Parameters

      • reason: string

      Returns void

      See

      [[ChatErrorEvent]]

onChatModuleStatusChanged: ((status) => void)

Type declaration

    • (status): void
    • Parameters

      • status: string

      Returns void

      See

      [[ChatStatusChangedEvent]]

onSetupError: ((reason) => void)

Type declaration

    • (reason): void
    • Parameters

      • reason: string

      Returns void

      See

      [[SetupErrorEvent]]

oniOSVoipPushTokenInvalidated: (() => void)

Type declaration

    • (): void
    • Returns void

      See

      [[VoipPushTokenEvents]]

oniOSVoipPushTokenUpdated: ((token) => void)

Type declaration

    • (token): void
    • Parameters

      • token: string

      Returns void

      See

      [[VoipPushTokenEvents]]

Generated using TypeDoc