NECallkitVideoView class
Widget used to render CallKit video.
On Android, iOS, and macOS this widget wraps a native platform view that displays the local or remote video stream managed by NECallEngine. On Windows it creates and displays a desktop texture renderer internally, while still reporting the created renderer id through onPlatformViewCreated. On unsupported platforms, a fallback text or empty container is rendered.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- NECallkitVideoView
Constructors
-
NECallkitVideoView({Key? key, PlatformViewCreatedCallback? onPlatformViewCreated, VoidCallback? onVideoViewReady, Set<
Factory< ? gestureRecognizers, BoxFit desktopVideoFit = BoxFit.contain})OneSequenceGestureRecognizer> > -
Constructs a new NECallkitVideoView.
const
Properties
- desktopVideoFit → BoxFit
-
Desktop-only display mode.
final
-
gestureRecognizers
→ Set<
Factory< ?OneSequenceGestureRecognizer> > -
Gesture recognizers that should participate in the gesture arena for
this platform view.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- onPlatformViewCreated → PlatformViewCreatedCallback?
-
Callback triggered when the underlying render target is created.
final
- onVideoViewReady → VoidCallback?
-
Callback triggered when the video view is ready (XComponent loaded).
On HarmonyOS, this is called when the native NERtcVideoView's onLoad fires.
You should call setupLocalView/setupRemoteView after this callback.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< StatefulWidget> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited