CallSessionParticipantCountsUpdatedEvent

constructor(@Json(name = "anonymous_participant_count") anonymousParticipantCount: Int, @Json(name = "call_cid") callCid: String, @Json(name = "created_at") createdAt: OffsetDateTime, @Json(name = "participants_count_by_role") participantsCountByRole: Map<String, Int>, @Json(name = "session_id") sessionId: String, @Json(name = "type") type: String = "call.session_participant_count_updated")

Parameters

anonymousParticipantCount
callCid
createdAt
participantsCountByRole
sessionId

Call session ID

type

The type of event: \"call.session_participant_count_updated\" in this case