Fishjam Web SDK - v0.18.0
Preparing search index...
@fishjam-cloud/react-client
PersistLastDeviceHandlers
Type Alias PersistLastDeviceHandlers
type
PersistLastDeviceHandlers
=
{
getLastDevice
:
(
deviceType
:
"audio"
|
"video"
)
=>
MediaDeviceInfo
|
null
;
saveLastDevice
:
(
info
:
MediaDeviceInfo
,
deviceType
:
"audio"
|
"video"
,
)
=>
void
;
}
Index
Properties
get
Last
Device
save
Last
Device
Properties
get
Last
Device
getLastDevice
:
(
deviceType
:
"audio"
|
"video"
)
=>
MediaDeviceInfo
|
null
save
Last
Device
saveLastDevice
:
(
info
:
MediaDeviceInfo
,
deviceType
:
"audio"
|
"video"
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Last
Device
save
Last
Device
Fishjam Web SDK - v0.18.0
Loading...