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.