DisconnectSendTransportVideoParameters class abstract

Callback types/// Represents the parameters required to disconnect the video send transport.

Implementers

Properties

getUpdatedAllParams DisconnectSendTransportVideoParameters Function()
no setter
hashCode int
The hash code for this object.
no setterinherited
islevel String
no setter
localSocket → Socket?
no setter
localVideoProducer → Producer?
no setter
lockScreen bool
no setter
reorderStreams ReorderStreamsType
no setter
roomName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket → Socket?
no setter
updateLocalVideoProducer → void Function(Producer? localVideoProducer)?
no setter
updateMainWindow bool
no setter
updateUpdateMainWindow → void Function(bool updateMainWindow)
no setter
updateVideoProducer → void Function(Producer? videoProducer)
no setter
videoProducer → Producer?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited