SignalingCandidate.fromJson()
DESCRIPTION
Create a candidate from a JSON string.
DECLARATION
public static SignalingCandidate fromJson(String json) throws IOException
PARAMETERS
json:- The JSON string to parse
RETURNS
The resulting Candidate object.
Create a candidate from a JSON string.
public static SignalingCandidate fromJson(String json) throws IOException
json:The resulting Candidate object.