CallStatsParticipantSession

constructor(@Json(name = "is_live") isLive: Boolean, @Json(name = "user_session_id") userSessionId: String, @Json(name = "published_tracks") publishedTracks: PublishedTrackFlags, @Json(name = "cq_score") cqScore: Int? = null, @Json(name = "ended_at") endedAt: OffsetDateTime? = null, @Json(name = "publisher_type") publisherType: String? = null, @Json(name = "started_at") startedAt: OffsetDateTime? = null, @Json(name = "unified_session_id") unifiedSessionId: String? = null)