toggle menu
livekit-android-sdk
2.21.0
SDK
switch theme
search in API
livekit-android-sdk
/
io.livekit.android.token
/
RoomConfiguration
/
RoomConfiguration
Room
Configuration
constructor
(
name
:
String
?
=
null
,
emptyTimeout
:
Int
?
=
null
,
departureTimeout
:
Int
?
=
null
,
maxParticipants
:
Int
?
=
null
,
metadata
:
String
?
=
null
,
minPlayoutDelay
:
Int
?
=
null
,
maxPlayoutDelay
:
Int
?
=
null
,
syncStreams
:
Int
?
=
null
,
agents
:
List
<
RoomAgentDispatch
>
?
=
null
)