Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react
useRoom
Function useRoom
useRoom
()
:
{
isInRoom
:
boolean
;
isNoVideo
:
boolean
;
isOwner
:
boolean
;
room
:
RoomInfo
|
null
;
}
Access room state.
Returns
{
isInRoom
:
boolean
;
isNoVideo
:
boolean
;
isOwner
:
boolean
;
room
:
RoomInfo
|
null
;
}
Object containing room info, ownership, and in-room status
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Hiyve Components - v1.0.0
Loading...
Access room state.