This widget is used to render the local and remote streams.
Properties |
---|
StringeeVideoView( String callId, bool isLocal, {Key key, Color color, double height, double width, EdgeInsetsGeometry margin, AlignmentGeometry alignment, EdgeInsetsGeometry padding, Widget child }) |
---|
Create a new StringeeVideoView widget. |
StringeeVideoView.forVideoTrack( String trackId, {Key key, Color color, double height, double width, EdgeInsetsGeometry margin, AlignmentGeometry alignment, EdgeInsetsGeometry padding, Widget child }) |
---|
Create a new StringeeVideoView widget for StringeeVideoTrack. |
key → Key |
---|
Controls how one widget replaces another widget in the tree. |
callId → String |
---|
It's the unique identification of the call on Stringee system. |
trackId → String |
---|
It's the unique identification of the video track on Stringee system. |
isLocal → bool |
---|
Check whether the stream is local or remote: - true - Local stream. - false - Remote stream. |
color → Color |
---|
The color to paint behind StringeeVideoView widget. |
height → double |
---|
It's height of widget. |
width → double |
---|
It's width of widget. |
margin → EdgeInsetsGeometry |
---|
Empty space to surround StringeeVideoView widget. |
alignment → AlignmentGeometry |
---|
Align StringeeVideoView widget in it's parent. |
padding → EdgeInsetsGeometry |
---|
Empty space to surround StringeeVideoView'child. |
child → Widget |
---|
The child widget in StringeeVideoView widget. |