ConnectionOptions()

DESCRIPTION

Options type used to define which device to connect to.

DECLARATION

export type ConnectionOptions = {
  productId: string,
  deviceId: string,
  sct: string,
  signalingServerUrl?: string,
}