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.
Build an ICE server from a JSON string.
public static func fromJson(_ json: JSONValue) -> SignalingIceServer?
json:The created ICE server object.