Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-ui
UseDeviceManagementResult
Interface UseDeviceManagementResult
Return type for the useDeviceManagement hook
interface
UseDeviceManagementResult
{
audioDevices
:
MediaDevice
[]
;
audioOutputDevices
:
MediaDevice
[]
;
changeAudioDevice
:
(
deviceId
:
string
)
=>
Promise
<
void
>
;
changeAudioOutputDevice
:
(
deviceId
:
string
)
=>
Promise
<
void
>
;
changeVideoDevice
:
(
deviceId
:
string
)
=>
Promise
<
void
>
;
isAudioOutputSupported
:
boolean
;
isChangingAudioDevice
:
boolean
;
isChangingAudioOutputDevice
:
boolean
;
isChangingVideoDevice
:
boolean
;
loadDevices
:
()
=>
Promise
<
void
>
;
selectedAudioDevice
:
string
;
selectedAudioOutputDevice
:
string
;
selectedVideoDevice
:
string
;
videoDevices
:
MediaDevice
[]
;
}
Index
Properties
audio
Devices
audio
Output
Devices
change
Audio
Device
change
Audio
Output
Device
change
Video
Device
is
Audio
Output
Supported
is
Changing
Audio
Device
is
Changing
Audio
Output
Device
is
Changing
Video
Device
load
Devices
selected
Audio
Device
selected
Audio
Output
Device
selected
Video
Device
video
Devices
Properties
audio
Devices
audioDevices
:
MediaDevice
[]
audio
Output
Devices
audioOutputDevices
:
MediaDevice
[]
change
Audio
Device
changeAudioDevice
:
(
deviceId
:
string
)
=>
Promise
<
void
>
change
Audio
Output
Device
changeAudioOutputDevice
:
(
deviceId
:
string
)
=>
Promise
<
void
>
change
Video
Device
changeVideoDevice
:
(
deviceId
:
string
)
=>
Promise
<
void
>
is
Audio
Output
Supported
isAudioOutputSupported
:
boolean
is
Changing
Audio
Device
isChangingAudioDevice
:
boolean
is
Changing
Audio
Output
Device
isChangingAudioOutputDevice
:
boolean
is
Changing
Video
Device
isChangingVideoDevice
:
boolean
load
Devices
loadDevices
:
()
=>
Promise
<
void
>
selected
Audio
Device
selectedAudioDevice
:
string
selected
Audio
Output
Device
selectedAudioOutputDevice
:
string
selected
Video
Device
selectedVideoDevice
:
string
video
Devices
videoDevices
:
MediaDevice
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
Devices
audio
Output
Devices
change
Audio
Device
change
Audio
Output
Device
change
Video
Device
is
Audio
Output
Supported
is
Changing
Audio
Device
is
Changing
Audio
Output
Device
is
Changing
Video
Device
load
Devices
selected
Audio
Device
selected
Audio
Output
Device
selected
Video
Device
video
Devices
Hiyve Components - v1.0.0
Loading...
Return type for the useDeviceManagement hook