Type Alias: PersistLastDeviceHandlers
PersistLastDeviceHandlers =
object
Defined in: react-client/src/types/public.ts:60
Properties​
getLastDevice()​
getLastDevice: (
deviceType) =>MediaDeviceInfo|null
Defined in: react-client/src/types/public.ts:61
Parameters​
| Parameter | Type |
|---|---|
deviceType | "audio" | "video" |
Returns​
MediaDeviceInfo | null
saveLastDevice()​
saveLastDevice: (
info,deviceType) =>void
Defined in: react-client/src/types/public.ts:62
Parameters​
| Parameter | Type |
|---|---|
info | MediaDeviceInfo |
deviceType | "audio" | "video" |
Returns​
void