Parsed Producer Stats
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())