Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react
useRemoteMute
Function useRemoteMute
useRemoteMute
()
:
{
muteRemoteOutput
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
;
remoteMuteAudio
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
;
remoteMuteVideo
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
;
}
Access remote mute controls (owner only).
Returns
{
muteRemoteOutput
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
;
remoteMuteAudio
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
;
remoteMuteVideo
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
;
}
Object containing remote mute actions
muteRemoteOutput
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
remoteMuteAudio
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
remoteMuteVideo
:
(
userId
:
string
,
muted
:
boolean
)
=>
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Hiyve Components - v1.0.0
Loading...
Access remote mute controls (owner only).