CloseAndResizeOptions

data class CloseAndResizeOptions(val producerId: String, val kind: String, val parameters: CloseAndResizeParameters)

Options for the closeAndResize function.

Constructors

Link copied to clipboard
constructor(producerId: String, kind: String, parameters: CloseAndResizeParameters)

Properties

Link copied to clipboard

The type of media ('audio', 'video', or 'screenshare')

Link copied to clipboard

Parameters containing stream and participant state

Link copied to clipboard

The ID of the producer whose stream is being closed