ParsedConsumerStats

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())

Properties

Link copied to clipboard
Link copied to clipboard