Class PeerConnectionRecord
Namespace: Unity.WebRTC.Editor
Syntax
public class PeerConnectionRecord
Constructors
PeerConnectionRecord(RTCConfiguration)
Declaration
public PeerConnectionRecord(RTCConfiguration config)
Parameters
| Type | Name | Description |
|---|---|---|
| RTCConfiguration | config |
Methods
ToJson()
Declaration
public string ToJson()
Returns
| Type | Description |
|---|---|
| String |
Update(RTCStatsReport)
Declaration
public void Update(RTCStatsReport report)
Parameters
| Type | Name | Description |
|---|---|---|
| RTCStatsReport | report |