getCallSessionParticipantStatsTimeline

@GET(value = "/video/call_stats/{call_type}/{call_id}/{session}/participants/{user}/{user_session}/timeline")
abstract suspend fun getCallSessionParticipantStatsTimeline(@Path(value = "call_type") callType: String, @Path(value = "call_id") callId: String, @Path(value = "session") session: String, @Path(value = "user") user: String, @Path(value = "user_session") userSession: String, @Query(value = "start_time") startTime: String? = null, @Query(value = "end_time") endTime: String? = null, @Query(value = "severity") severity: List<String>? = null): QueryCallSessionParticipantStatsTimelineResponse

Get participant timeline events