PeerConnectionStats

class PeerConnectionStats(scope: CoroutineScope)

Constructors

Link copied to clipboard
constructor(scope: CoroutineScope)

Properties

Link copied to clipboard
val bitrateKbps: StateFlow<Float>
Link copied to clipboard
val jitterInMs: StateFlow<Int>
Link copied to clipboard
val latency: StateFlow<Int>
Link copied to clipboard
val qualityDropReason: StateFlow<String>
Link copied to clipboard
val resolution: StateFlow<String>