Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RoomListener

Index

Methods

  • onCustomItemsDeleted(deletedKeys: string[]): void
  • Called when the custom items of the call are deleted.

    since

    1.0.0

    Parameters

    • deletedKeys: string[]

    Returns void

  • onCustomItemsUpdated(updatedKeys: string[]): void
  • Called when the custom items of the call are updated.

    since

    1.0.0

    Parameters

    • updatedKeys: string[]

    Returns void

  • onDeleted(): void
  • onLocalParticipantDisconnected(participant: Participant): void
  • Called when the local participant's connection with the server has been interrupted.

    since

    1.1.0

    Parameters

    Returns void

  • onLocalParticipantReconnected(participant: Participant): void
  • Called when the local participant's connection with the server has been established.

    since

    1.1.0

    Parameters

    Returns void

  • onRemoteAudioSettingsChanged(participant: Participant): void
  • onRemoteParticipantEntered(participant: Participant): void
  • onRemoteParticipantExited(participant: Participant): void
  • onRemoteParticipantStreamStarted(participant: Participant): void
  • onRemoteVideoSettingsChanged(participant: Participant): void

Generated using TypeDoc