SignalingIceServer.fromJson()
DESCRIPTION
Build an ICE server from a JSON string.
DECLARATION
public static SignalingIceServer fromJson(String json) throws IOException
PARAMETERS
json:
- The JSON string to parse.
RETURNS
The created ICE server object.