queryCallParticipants

@POST(value = "/video/call/{type}/{id}/participants")
abstract suspend fun queryCallParticipants(@Path(value = "id") id: String, @Path(value = "type") type: String, @Query(value = "limit") limit: Int? = null, @Body queryCallParticipantsRequest: QueryCallParticipantsRequest): QueryCallParticipantsResponse
@POST(value = "/video/call/{type}/{id}/participants")
abstract suspend fun queryCallParticipants(@Path(value = "id") id: String, @Path(value = "type") type: String, @Query(value = "limit") limit: Int? = null): QueryCallParticipantsResponse

Query call participants Returns a list of participants connected to the call