getCallSessionParticipantStatsDetails

@GET(value = "/video/call_stats/{call_type}/{call_id}/{session}/participant/{user}/{user_session}/details")
abstract suspend fun getCallSessionParticipantStatsDetails(@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 = "since") since: String? = null, @Query(value = "until") until: String? = null, @Query(value = "max_points") maxPoints: Int? = null): GetCallSessionParticipantStatsDetailsResponse

Get call session participant stats details