Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-ui
UseMediaControlsResult
Interface UseMediaControlsResult
Return type for the useMediaControls hook
interface
UseMediaControlsResult
{
isAudioMuted
:
boolean
;
isScreenSharing
:
boolean
;
isVideoMuted
:
boolean
;
toggleAudio
:
()
=>
Promise
<
void
>
;
toggleScreenShare
:
()
=>
Promise
<
void
>
;
toggleVideo
:
()
=>
Promise
<
void
>
;
}
Index
Properties
is
Audio
Muted
is
Screen
Sharing
is
Video
Muted
toggle
Audio
toggle
Screen
Share
toggle
Video
Properties
is
Audio
Muted
isAudioMuted
:
boolean
is
Screen
Sharing
isScreenSharing
:
boolean
is
Video
Muted
isVideoMuted
:
boolean
toggle
Audio
toggleAudio
:
()
=>
Promise
<
void
>
toggle
Screen
Share
toggleScreenShare
:
()
=>
Promise
<
void
>
toggle
Video
toggleVideo
:
()
=>
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Audio
Muted
is
Screen
Sharing
is
Video
Muted
toggle
Audio
toggle
Screen
Share
toggle
Video
Hiyve Components - v1.0.0
Loading...
Return type for the useMediaControls hook