Constructor RTCPeerConnection
RTCPeerConnection()
This constructor creates an instance of peer connection with a default configuration.
Declaration
public RTCPeerConnection()
See Also
RTCPeerConnection(ref RTCConfiguration)
This constructor creates an instance of peer connection with a configuration provided by user. An RTCConfiguration object providing options to configure the new connection.
Declaration
public RTCPeerConnection(ref RTCConfiguration configuration)
Parameters
| Type | Name | Description |
|---|---|---|
| RTCConfiguration | configuration |