CallSessionResponse

data class CallSessionResponse(@Json(name = "accepted_by") val acceptedBy: Map<String, OffsetDateTime>, @Json(name = "anonymous_participant_count") val anonymousParticipantCount: Int, @Json(name = "id") val id: String, @Json(name = "missed_by") val missedBy: Map<String, OffsetDateTime>, @Json(name = "participants") val participants: List<CallParticipantResponse>, @Json(name = "participants_count_by_role") val participantsCountByRole: Map<String, Int>, @Json(name = "rejected_by") val rejectedBy: Map<String, OffsetDateTime>, @Json(name = "ended_at") val endedAt: OffsetDateTime? = null, @Json(name = "live_ended_at") val liveEndedAt: OffsetDateTime? = null, @Json(name = "live_started_at") val liveStartedAt: OffsetDateTime? = null, @Json(name = "started_at") val startedAt: OffsetDateTime? = null, @Json(name = "timer_ends_at") val timerEndsAt: OffsetDateTime? = null)

Parameters

acceptedBy
anonymousParticipantCount
id
missedBy
participants
participantsCountByRole
rejectedBy
endedAt
liveEndedAt
liveStartedAt
startedAt
timerEndsAt

Constructors

Link copied to clipboard
constructor(@Json(name = "accepted_by") acceptedBy: Map<String, OffsetDateTime>, @Json(name = "anonymous_participant_count") anonymousParticipantCount: Int, @Json(name = "id") id: String, @Json(name = "missed_by") missedBy: Map<String, OffsetDateTime>, @Json(name = "participants") participants: List<CallParticipantResponse>, @Json(name = "participants_count_by_role") participantsCountByRole: Map<String, Int>, @Json(name = "rejected_by") rejectedBy: Map<String, OffsetDateTime>, @Json(name = "ended_at") endedAt: OffsetDateTime? = null, @Json(name = "live_ended_at") liveEndedAt: OffsetDateTime? = null, @Json(name = "live_started_at") liveStartedAt: OffsetDateTime? = null, @Json(name = "started_at") startedAt: OffsetDateTime? = null, @Json(name = "timer_ends_at") timerEndsAt: OffsetDateTime? = null)

Properties

Link copied to clipboard
val acceptedBy: Map<String, OffsetDateTime>
Link copied to clipboard
val endedAt: OffsetDateTime? = null
Link copied to clipboard
val id: String
Link copied to clipboard
val liveEndedAt: OffsetDateTime? = null
Link copied to clipboard
val liveStartedAt: OffsetDateTime? = null
Link copied to clipboard
val missedBy: Map<String, OffsetDateTime>
Link copied to clipboard
Link copied to clipboard
val rejectedBy: Map<String, OffsetDateTime>
Link copied to clipboard
val startedAt: OffsetDateTime? = null
Link copied to clipboard
val timerEndsAt: OffsetDateTime? = null