ParsedProducerStats

data class ParsedProducerStats(val outboundVideoRtpId: MutableList<String> = mutableListOf(), val outboundAudioRtpId: MutableList<String> = mutableListOf())

Constructors

Link copied to clipboard
constructor(outboundVideoRtpId: MutableList<String> = mutableListOf(), outboundAudioRtpId: MutableList<String> = mutableListOf())

Properties

Link copied to clipboard
Link copied to clipboard