Package-level declarations

Types

Link copied to clipboard
data class Audio : RemoteTrack
Link copied to clipboard
Link copied to clipboard
data class Peer(val bytesSent: BigInteger?, val packetsSent: BigInteger?, val bytesReceived: BigInteger?, val packetsReceived: BigInteger?, val totalRoundTripTime: Double?, val currentRoundTripTime: Double?, val availableOutgoingBitrate: Double?, val availableIncomingBitrate: Double?, val timestampUs: Double?) : WebrtcStats
Link copied to clipboard
data class QualityLimitationReasons(stringReason: String? = null, val bandWidth: Double? = null, val cpu: Double? = null, val none: Double? = null, val other: Double? = null, val qualityLimitationResolutionChanges: Long? = null)
Link copied to clipboard
abstract class RemoteTrack : Track
Link copied to clipboard
data class StatsBundle(val packetLoss: Long, val allStats: Map<String, WebrtcStats>, val totalPackets: Long)
Link copied to clipboard
sealed class Track : WebrtcStats
Link copied to clipboard
data class Video : RemoteTrack
Link copied to clipboard
sealed class WebrtcStats