Table of Contents

Class RTCRtpStreamStats

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class RTCRtpStreamStats : RTCStats
Inheritance
RTCRtpStreamStats
Derived
Inherited Members

Constructors

RTCRtpStreamStats()

public RTCRtpStreamStats()

Fields

CodecId

[Value("codecId")]
public string CodecId

Field Value

string

Kind

[Value("kind")]
public required string Kind

Field Value

string

Ssrc

[Value("ssrc")]
public required ulong Ssrc

Field Value

ulong

TransportId

[Value("transportId")]
public string TransportId

Field Value

string