xmpp_p2p
Preparing search index...
core/xmpp-muc
MucRoomState
Interface MucRoomState
Live room state tracked by the MUC manager.
interface
MucRoomState
{
archived
?:
boolean
;
autoJoin
:
boolean
;
communityId
?:
string
;
defaultSecure
:
boolean
;
localNick
:
string
;
name
:
string
;
occupants
:
Map
<
string
,
MucOccupant
>
;
topic
:
string
;
}
Index
Properties
archived?
auto
Join
community
Id?
default
Secure
local
Nick
name
occupants
topic
Properties
Optional
archived
archived
?:
boolean
auto
Join
autoJoin
:
boolean
Optional
community
Id
communityId
?:
string
default
Secure
defaultSecure
:
boolean
local
Nick
localNick
:
string
name
name
:
string
occupants
occupants
:
Map
<
string
,
MucOccupant
>
topic
topic
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archived
auto
Join
community
Id
default
Secure
local
Nick
name
occupants
topic
xmpp_p2p
Loading...
Live room state tracked by the MUC manager.