getCallStatsMap

@GET(value = "/video/call_stats/{call_type}/{call_id}/{session}/map")
abstract suspend fun getCallStatsMap(@Path(value = "call_type") callType: String, @Path(value = "call_id") callId: String, @Path(value = "session") session: String, @Query(value = "start_time") startTime: OffsetDateTime? = null, @Query(value = "end_time") endTime: OffsetDateTime? = null, @Query(value = "exclude_publishers") excludePublishers: Boolean? = null, @Query(value = "exclude_subscribers") excludeSubscribers: Boolean? = null, @Query(value = "exclude_sfus") excludeSfus: Boolean? = null): QueryCallStatsMapResponse

Map call participants by location