SignalingDevice.requestIceServers()
DESCRIPTION
Request a list of iceServers from the signaling service. The token for the request is created by the tokenGenerator which is provided in the options.
DECLARATION
requestIceServers(): Promise<Array<RTCIceServer>>
RETURNS
Promise resolving to a list of ICE servers