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