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