ConnectSendTransportVideoParameters class abstract

Implementers

Constructors

ConnectSendTransportVideoParameters()

Properties

getUpdatedAllParams ConnectSendTransportVideoParameters Function()
no setter
hashCode int
The hash code for this object.
no setterinherited
islevel String
no setter
localProducerTransport Transport?
no setter
localStream MediaStream?
no setter
localStreamVideo MediaStream?
no setter
localVideoProducer Producer?
no setter
producerTransport Transport?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateLocalProducerTransport → (void Function(Transport? localProducerTransport)?)
no setter
updateLocalStream → void Function(MediaStream? localStream)
no setter
updateLocalStreamVideo → void Function(MediaStream? localStreamVideo)
no setter
updateLocalVideoProducer → (void Function(Producer? localVideoProducer)?)
no setter
updateMainWindow bool
no setter
updateProducerTransport → void Function(Transport? producerTransport)
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