Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DirectCall

Implements

Index

Constructors

Accessors

  • get callId(): string
  • get customItems(): Record<string, string>
  • get duration(): number
  • get ios_callUUID(): null | string
  • get isEnded(): boolean
  • get isLocalAudioEnabled(): boolean
  • get isLocalScreenShareEnabled(): boolean
  • get isLocalVideoEnabled(): boolean
  • get isOnHold(): boolean
  • get isOngoing(): boolean
  • get isRemoteAudioEnabled(): boolean
  • get isRemoteVideoEnabled(): boolean
  • get isVideoCall(): boolean
  • get startedAt(): number

Methods

  • accept(options?: CallOptions, holdActiveCall?: boolean): Promise<void>
  • end(): Promise<void>
  • muteMicrophone(): void
  • Selects video device. Changes current video device asynchronously.

    since

    1.0.0

    Parameters

    Returns Promise<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
  • updateLocalVideoView(videoViewId: number): void
  • updateRemoteVideoView(videoViewId: number): void

Generated using TypeDoc