EdgeWebRTCManager.createRTCConnection()

DESCRIPTION

Create a new WebRTC connection instance using a preexisting Nabto Edge Connection for signaling.

Only one WebRTC connection can exist on a Nabto Edge Connection at a time.

DECLARATION

    fun createRTCConnection(conn: Connection): EdgeWebrtcConnection

PARAMETERS

conn:
[in] The Nabto Edge Connection to use for signaling

RETURNS

The created EdgeWebrtcConnection object