Parsed Consumer Stats
data class ParsedConsumerStats(val inboundVideoRtpId: MutableList<String> = mutableListOf(), val inboundAudioRtpId: MutableList<String> = mutableListOf())
Constructors
Link copied to clipboard
constructor(inboundVideoRtpId: MutableList<String> = mutableListOf(), inboundAudioRtpId: MutableList<String> = mutableListOf())