getGatewayVoiceStateCounts abstract method
- @GET.new('/admin/gateway/voice-state-counts')
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();