shared
1.19.13
common
shared
/
io.dyte.core.socket.events.payloadmodel.outbound
/
RoomStateConfig
Room
State
Config
@
Serializable
data
class
RoomStateConfig
(
val
joinRestrictions
:
List
<
String
>
?
=
null
,
val
access
:
RoomStateAccess
?
=
null
)
Members
Constructors
Room
State
Config
Link copied to clipboard
constructor
(
joinRestrictions
:
List
<
String
>
?
=
null
,
access
:
RoomStateAccess
?
=
null
)
Properties
access
Link copied to clipboard
val
access
:
RoomStateAccess
?
=
null
join
Restrictions
Link copied to clipboard
val
joinRestrictions
:
List
<
String
>
?
=
null