HMSRemoteAudioStats

data class HMSRemoteAudioStats(val jitter: Double?, val bytesReceived: Long?, val bitrate: Double?, val packetsReceived: Long?, val packetsLost: Int?) : HMSStats.HMSRemoteStats

Constructors

Link copied to clipboard
fun HMSRemoteAudioStats(jitter: Double?, bytesReceived: Long?, bitrate: Double?, packetsReceived: Long?, packetsLost: Int?)

Properties

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