Suggestions

close search

StringeeVideoView class

Widget for rendering the video streams.


Constructors


StringeeVideoView(String callId, bool isLocal, {Key? key, bool? isMirror, double? height, double? width, EdgeInsetsGeometry? margin, AlignmentGeometry? alignment, EdgeInsetsGeometry? padding, ScalingType? scalingType, BorderRadius? borderRadius, Widget? child})

Create a new StringeeClient.


Properties


callIdString?

It's the unique identification of the call on Stringee system.

isLocalbool

Check whether the stream is local or remote:

keyKey?

Controls how one widget replaces another widget in the tree.

isMirrorbool?

Check whether stream in android like a mirror:

heightdouble?

It's height of widget.

widthdouble?

It's width of widget.

marginEdgeInsetsGeometry?

Empty space to surround StringeeVideoView widget.

alignmentAlignmentGeometry?

Align StringeeVideoView widget in it's parent.

paddingEdgeInsetsGeometry?

Empty space to surround StringeeVideoView's child.

scalingTypeScalingType?

Scaling type of stream, by default is fill.

borderRadiusBorderRadius?

An immutable set of radii for each corner of StringeeVideoView widget.

childWidget?

The child widget in StringeeVideoView widget.