RemoteVideoMetrics

data class RemoteVideoMetrics(val participantId: String, val receiverId: Int, val streamId: Int?, val bytesReceived: BigInteger, val framesReceived: Int, val framesDecoded: Long, val pliCount: Long, val packetsLost: Int, val packetsLostPerInterval: Int)

Constructors

Link copied to clipboard
fun RemoteVideoMetrics(participantId: String, receiverId: Int, streamId: Int?, bytesReceived: BigInteger, framesReceived: Int, framesDecoded: Long, pliCount: Long, packetsLost: Int, packetsLostPerInterval: Int)

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