Class RTCPeerConnectionStats
Provides statistics for the peer connection itself.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCPeerConnectionStats : RTCStats
Properties
dataChannelsClosed
The number of data channels closed by the peer connection.
Declaration
public uint dataChannelsClosed { get; }
Property Value
Type | Description |
---|---|
uint |
dataChannelsOpened
The number of data channels opened by the peer connection.
Declaration
public uint dataChannelsOpened { get; }
Property Value
Type | Description |
---|---|
uint |