core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.network.models
/
CreateMeetingResponse
Create
Meeting
Response
@
Serializable
class
CreateMeetingResponse
(
val
id
:
String
,
val
title
:
String
,
val
createdAt
:
String
,
val
updatedAt
:
String
,
val
waitingRoom
:
Boolean
)
Members
Constructors
Create
Meeting
Response
Link copied to clipboard
constructor
(
id
:
String
,
title
:
String
,
createdAt
:
String
,
updatedAt
:
String
,
waitingRoom
:
Boolean
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
String
id
Link copied to clipboard
val
id
:
String
title
Link copied to clipboard
val
title
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
String
waiting
Room
Link copied to clipboard
@
SerialName
(
value
=
"waiting_room"
)
val
waitingRoom
:
Boolean