SignalingIceServer.fromJson()

DESCRIPTION

Build an ICE server from a JSON string.

DECLARATION

public static func fromJson(_ json: JSONValue) -> SignalingIceServer?

PARAMETERS

json:
The JSON string to parse.

RETURNS

The created ICE server object.