Package-level declarations
Types
Link copied to clipboard
Data class representing producer codec options.
Link copied to clipboard
data class ProducerOptionsType(val encodings: List<RtpEncodingParameters> = emptyList(), val codecOptions: ProducerCodecOptions? = null, val track: MediaStreamTrack? = null, val stream: MediaStream? = null, val codec: RtpCodecCapability? = null, extraProperties: MutableMap<String, Any?> = mutableMapOf())
Data class representing producer options type.
Link copied to clipboard
object ScreenParams
Represents screen parameters for video encoding, particularly for screen sharing.