Hiyve Components - v1.0.0
Preparing search index...
@hiyve/core
HiyveStoreState
Interface HiyveStoreState
Complete state managed by HiyveStore
interface
HiyveStoreState
{
activeRooms
:
ActiveRoomsState
;
aiChat
:
{
messages
:
AiChatMessage
[]
}
;
audioProcessing
:
AudioProcessingState
;
chat
:
ChatState
;
client
:
{
client
:
Client
|
null
}
;
connection
:
ConnectionState
;
handRaise
:
HandRaiseState
;
intelligence
:
IntelligenceState
;
layout
:
LayoutState
;
localMedia
:
LocalMediaState
;
participants
:
ParticipantsState
;
recording
:
RecordingState
;
room
:
RoomState
;
storedRooms
:
StoredRoomsState
;
streaming
:
StreamingState
;
transcription
:
TranscriptionState
;
userFiles
:
UserFilesState
;
waitForHost
:
WaitForHostState
;
waitingRoom
:
WaitingRoomState
;
}
Index
Properties
active
Rooms
ai
Chat
audio
Processing
chat
client
connection
hand
Raise
intelligence
layout
local
Media
participants
recording
room
stored
Rooms
streaming
transcription
user
Files
wait
For
Host
waiting
Room
Properties
active
Rooms
activeRooms
:
ActiveRoomsState
ai
Chat
aiChat
:
{
messages
:
AiChatMessage
[]
}
audio
Processing
audioProcessing
:
AudioProcessingState
chat
chat
:
ChatState
client
client
:
{
client
:
Client
|
null
}
connection
connection
:
ConnectionState
hand
Raise
handRaise
:
HandRaiseState
intelligence
intelligence
:
IntelligenceState
layout
layout
:
LayoutState
local
Media
localMedia
:
LocalMediaState
participants
participants
:
ParticipantsState
recording
recording
:
RecordingState
room
room
:
RoomState
stored
Rooms
storedRooms
:
StoredRoomsState
streaming
streaming
:
StreamingState
transcription
transcription
:
TranscriptionState
user
Files
userFiles
:
UserFilesState
wait
For
Host
waitForHost
:
WaitForHostState
waiting
Room
waitingRoom
:
WaitingRoomState
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
Rooms
ai
Chat
audio
Processing
chat
client
connection
hand
Raise
intelligence
layout
local
Media
participants
recording
room
stored
Rooms
streaming
transcription
user
Files
wait
For
Host
waiting
Room
Hiyve Components - v1.0.0
Loading...
Complete state managed by HiyveStore