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