WebRTCView class

Non-web stand-in for the real WebRTCView.

The constructor must stay signature-compatible with the web implementation in webrtc_view.dart: stream_page.dart picks between the two with a conditional import, so a mismatch is a compile error on exactly one of the two build targets — which means the web lane is the only place it shows up.

Constructors

WebRTCView({dynamic key, required dynamic settings, String? producerIdToConsume})
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
producerIdToConsume → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
settings → dynamic
final

Methods

build(dynamic context) → dynamic
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