WebRTCView class
Consumes the cat_webrtc producer's stream in the web build.
Web only — the native builds get WebRTCView from webrtc_view_stub.dart
through the conditional import in stream_page.dart.
Constructors
- WebRTCView({dynamic key, required dynamic settings, String? producerIdToConsume})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- producerIdToConsume → String?
-
Consume only this producer id.
nulltakes the first one announced.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → dynamic
-
The parsed
assets/settings/webrtc_settings.json.final
Methods
-
createState(
) → 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