GetCallSessionParticipantStatsDetailsResponse
data class GetCallSessionParticipantStatsDetailsResponse(@Json(name = "call_id") val callId: String, @Json(name = "call_session_id") val callSessionId: String, @Json(name = "call_type") val callType: String, @Json(name = "duration") val duration: String, @Json(name = "user_id") val userId: String, @Json(name = "user_session_id") val userSessionId: String, @Json(name = "publisher") val publisher: ParticipantSeriesPublisherStats? = null, @Json(name = "subscriber") val subscriber: ParticipantSeriesSubscriberStats? = null, @Json(name = "timeframe") val timeframe: ParticipantSeriesTimeframe? = null, @Json(name = "user") val user: ParticipantSeriesUserStats? = null)
Basic response information
Constructors
Link copied to clipboard
constructor(@Json(name = "call_id") callId: String, @Json(name = "call_session_id") callSessionId: String, @Json(name = "call_type") callType: String, @Json(name = "duration") duration: String, @Json(name = "user_id") userId: String, @Json(name = "user_session_id") userSessionId: String, @Json(name = "publisher") publisher: ParticipantSeriesPublisherStats? = null, @Json(name = "subscriber") subscriber: ParticipantSeriesSubscriberStats? = null, @Json(name = "timeframe") timeframe: ParticipantSeriesTimeframe? = null, @Json(name = "user") user: ParticipantSeriesUserStats? = null)