Table of Contents

Enum RTCStatsType

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[To("NoneWithTrailingDotRemoved")]
public enum RTCStatsType

Fields

[Value("\"codec\"")] Codec = 0
[Value("\"inbound-rtp\"")] InboundRtp = 1
[Value("\"outbound-rtp\"")] OutboundRtp = 2
[Value("\"remote-inbound-rtp\"")] RemoteInboundRtp = 3
[Value("\"remote-outbound-rtp\"")] RemoteOutboundRtp = 4
[Value("\"media-source\"")] MediaSource = 5
[Value("\"media-playout\"")] MediaPlayout = 6
[Value("\"peer-connection\"")] PeerConnection = 7
[Value("\"data-channel\"")] DataChannel = 8
[Value("\"transport\"")] Transport = 9
[Value("\"candidate-pair\"")] CandidatePair = 10
[Value("\"local-candidate\"")] LocalCandidate = 11
[Value("\"remote-candidate\"")] RemoteCandidate = 12
[Value("\"certificate\"")] Certificate = 13