Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

Accessors

  • get duration(): number
  • get enteredAt(): number
  • get exitedAt(): number
  • get isAudioEnabled(): boolean
  • get isVideoEnabled(): boolean
  • get participantId(): string
  • get updatedAt(): number

Methods

  • muteMicrophone(): void
  • Mutes the audio of the local user. Will trigger RoomListener.onRemoteAudioSettingsChanged method of remote participants. If the remote user changes their audio settings, the local user will be notified via the same method.

    since

    1.0.0

    Returns void

  • startVideo(): void
  • stopVideo(): void
  • switchCamera(): Promise<void>
  • Toggles the selection between the front and the back camera.

    on Android, In case of more than two cameras, the next camera will be selected. If the last camera is already selected, the first one will be selected again.

    since

    1.0.0

    Returns Promise<void>

  • unmuteMicrophone(): void
  • Unmutes the audio of the local user. Will trigger RoomListener.onRemoteAudioSettingsChanged method of remote participants. If the remote user changes their audio settings, the local user will be notified via the same method.

    since

    1.0.0

    Returns void

Generated using TypeDoc