nabto_device_ice_servers_request_get_urls_count()
DESCRIPTION
Get the number of URLs for an ICE server from its index.
This count is used to generate URL indices as [0, count-1] for nabto_device_ice_servers_request_get_url()
.
DECLARATION
NABTO_DEVICE_DECL_PREFIX size_t NABTO_DEVICE_API
nabto_device_ice_servers_request_get_urls_count(NabtoDeviceIceServersRequest* request, size_t index)
PARAMETERS
request:
- [in] The request to get the ICE server from
index:
- [in] Index of the ICE server to get the URL count of.
RETURNS
The number of URLs for the ICE server