toggle menu
stream-video-android
1.11.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
LimitsSettingsResponse
Limits
Settings
Response
data
class
LimitsSettingsResponse
(
@
Json
(
name
=
"max_duration_seconds"
)
val
maxDurationSeconds
:
Int
?
=
null
,
@
Json
(
name
=
"max_participants"
)
val
maxParticipants
:
Int
?
=
null
)
Members
Constructors
Limits
Settings
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"max_duration_seconds"
)
maxDurationSeconds
:
Int
?
=
null
,
@
Json
(
name
=
"max_participants"
)
maxParticipants
:
Int
?
=
null
)
Properties
max
Duration
Seconds
Link copied to clipboard
val
maxDurationSeconds
:
Int
?
=
null
max
Participants
Link copied to clipboard
val
maxParticipants
:
Int
?
=
null