ConnectionOptions()
DESCRIPTION
Options type used to define which device to connect to.
DECLARATION
export type ConnectionOptions = {
productId: string,
deviceId: string,
sct: string,
signalingServerUrl?: string,
}
Options type used to define which device to connect to.
export type ConnectionOptions = {
productId: string,
deviceId: string,
sct: string,
signalingServerUrl?: string,
}