nabto_device_ice_servers_request_get_url()

DESCRIPTION

Get an URL of an ICE server from its index.

The URL is freed with the request.

DECLARATION

NABTO_DEVICE_DECL_PREFIX const char* NABTO_DEVICE_API
nabto_device_ice_servers_request_get_url(NabtoDeviceIceServersRequest* request, size_t serverIndex, size_t urlIndex)

PARAMETERS

request:
[in] The request to get the ICE server from
serverIndex:
[in] Index of the ICE server to get the URL from.
urlIndex:
[in] Index of the URL to get.

RETURNS

An URL for the ICE server.