SignalingIceServer.init()

DESCRIPTION

Initialize an ICE server object.

DECLARATION

public init(
        urls: [String],
        credential: String? = nil,
        username: String? = nil
    )

PARAMETERS

urls:
List of URLs for this ICE server.
credential:
Credential if this is a TURN server.
username:
Username if this is a TURN server.