Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ConsumerAppData(var screenShare: Boolean = false, val peerId: String)
Link copied to clipboard
@Serializable
data class Encodings(val ssrc: Int? = null, val rtx: Rtx? = null, val scalabilityMode: String? = null)
Link copied to clipboard
@Serializable
data class Rtcp(val cname: String? = null, val reducedSize: Boolean? = null, val mux: Boolean? = null)
Link copied to clipboard
@Serializable
class Rtx(val ssrc: Int? = null)