ConsumerStatistics

@Serializable
data class ConsumerStatistics(val consumerId: String? = "", val peerId: String? = "", val producerId: String? = "", val videoStats: List<InboundVideoStreamStats> = emptyList(), val audioStats: List<InboundAudioStreamStats> = emptyList())

Constructors

Link copied to clipboard
constructor(consumerId: String? = "", peerId: String? = "", producerId: String? = "", videoStats: List<InboundVideoStreamStats> = emptyList(), audioStats: List<InboundAudioStreamStats> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard