listVoiceRegions abstract method
- @POST.new('/admin/voice/regions/list')
- @Body.new() required ListVoiceRegionsRequest body,
List voice regions.
Lists all configured voice server regions with status and server count. Shows region names, latency info, and availability. Requires VOICE_REGION_LIST permission.
body - Name not received - field will be skipped.
Implementation
@POST('/admin/voice/regions/list')
Future<ListVoiceRegionsResponse> listVoiceRegions({
@Body() required ListVoiceRegionsRequest body,
});