shared
1.22.2
common
shared
/
io.dyte.core.network.models
/
CreateMeetingRequest
Create
Meeting
Request
@
Serializable
data
class
CreateMeetingRequest
(
val
title
:
String
=
"no title provided - from android core"
,
val
preferred_region
:
String
=
"ap-south-1"
)
Members
Constructors
Create
Meeting
Request
Link copied to clipboard
constructor
(
title
:
String
=
"no title provided - from android core"
,
preferred_region
:
String
=
"ap-south-1"
)
Properties
preferred_region
Link copied to clipboard
val
preferred_region
:
String
title
Link copied to clipboard
val
title
:
String