CallSessionResponse

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)

Parameters

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