CallSessionParticipantCountsUpdatedEvent

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