RtcRemoteOutboundRtpVideoStreamStats
data class RtcRemoteOutboundRtpVideoStreamStats(val id: String?, val type: String?, val timestampUs: Double?, val ssrc: Long?, val kind: String?, val transportId: String?, val codecId: String?, val packetsSent: BigInteger?, val bytesSent: BigInteger?, val localId: String?, val remoteTimestamp: Double?, val reportsSent: BigInteger?, val roundTripTime: Double?, val totalRoundTripTime: Double?, val roundTripTimeMeasurements: BigInteger?) : RtcRemoteOutboundRtpStreamStats
Constructors
Link copied to clipboard
constructor(id: String?, type: String?, timestampUs: Double?, ssrc: Long?, kind: String?, transportId: String?, codecId: String?, packetsSent: BigInteger?, bytesSent: BigInteger?, localId: String?, remoteTimestamp: Double?, reportsSent: BigInteger?, roundTripTime: Double?, totalRoundTripTime: Double?, roundTripTimeMeasurements: BigInteger?)