NewPipeProducerOptions

data class NewPipeProducerOptions(val producerId: String, val islevel: String, val nsock: SocketManager, val parameters: NewPipeProducerParameters)

Options for the newPipeProducer function.

Constructors

Link copied to clipboard
constructor(producerId: String, islevel: String, nsock: SocketManager, parameters: NewPipeProducerParameters)

Properties

Link copied to clipboard

The level status of the participant

Link copied to clipboard

The socket instance for managing real-time communication

Link copied to clipboard

Additional parameters to set up the producer

Link copied to clipboard

The ID of the producer to be consumed