LocalVideoMetrics

data class LocalVideoMetrics(val participantId: String, val streamId: Int?, val profile: String?, val bytesSent: BigInteger, val packetsSent: Long, val packetsSentPerInterval: Int, val framesEncoded: Long, val framesSent: Long, val pliCount: Long, val srcFrames: Long)

Constructors

Link copied to clipboard
fun LocalVideoMetrics(participantId: String, streamId: Int?, profile: String?, bytesSent: BigInteger, packetsSent: Long, packetsSentPerInterval: Int, framesEncoded: Long, framesSent: Long, pliCount: Long, srcFrames: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard