Enum RTCStatsType
Namespace: Unity.WebRTC
Syntax
public enum RTCStatsType
Fields
Name | Description | Value |
---|---|---|
Codec | 0 | |
InboundRtp | 1 | |
OutboundRtp | 2 | |
RemoteInboundRtp | 3 | |
RemoteOutboundRtp | 4 | |
MediaSource | 5 | |
MediaPlayOut | 6 | |
PeerConnection | 7 | |
DataChannel | 8 | |
Transport | 9 | |
CandidatePair | 10 | |
LocalCandidate | 11 | |
RemoteCandidate | 12 | |
Certificate | 13 |