CallStats

class CallStats(val call: Call, val callScope: CoroutineScope)

Constructors

Link copied to clipboard
constructor(call: Call, callScope: CoroutineScope)

Properties

Link copied to clipboard
val _local: MutableStateFlow<LocalStats?>
Link copied to clipboard
val call: Call
Link copied to clipboard
val callScope: CoroutineScope
Link copied to clipboard
val local: StateFlow<LocalStats?>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun updateFromRTCStats(stats: RtcStatsReport?, isPublisher: Boolean = true)
Link copied to clipboard