getGatewayVoiceStateCounts abstract method

  1. @GET.new('/admin/gateway/voice-state-counts')
Future<GatewayVoiceStateCountsResponse> getGatewayVoiceStateCounts()

Get gateway voice state counts.

Returns active voice state counts grouped by voice region and voice server. Requires GATEWAY_MEMORY_STATS permission.

Implementation

@GET('/admin/gateway/voice-state-counts')
Future<GatewayVoiceStateCountsResponse> getGatewayVoiceStateCounts();