Options
All
  • Public
  • Public/Protected
  • All
Menu

The config option in RcvEngine constructor.

Hierarchy

  • EngineInitConfig

Index

Properties

clientId: string

The application account identity number.

clientSecret: string

The application account identity secret.

discoveryServer?: string

The server url for discovery.

enableDiscovery?: boolean

Enable discovery or disable, default is true.

enableVcg?: boolean

Enable vcg or disable, default is false.

httpClient?: HttpClient

The fetch http client, or you need call setAuthToken() before call any Api.

isGuest?: boolean

Used to identify that whether the current user is a guest, default false

isShareUsageData?: boolean

Enable the data tracking switch in the SDK to share usage data with us for improvement purpose. This allows us to gather valuable insights and enhance the overall performance of the Web SDK, default true

origin?: string

The server url for meeting.

pubnubOrigin?: string

Used for connect pubnub server specify origin

Methods

  • sendBeacon(...arg: any): any
  • Used for replace navigator.sendBeacon by call meetingController.leaveMeetingViaBeacon

    Parameters

    • Rest ...arg: any

    Returns any