|
|
|
@ -154,8 +154,7 @@ class _StartCallPageState extends State<StartCallPage> {
|
|
|
|
RTCVideoView(
|
|
|
|
RTCVideoView(
|
|
|
|
provider.remoteRenderer!,
|
|
|
|
provider.remoteRenderer!,
|
|
|
|
objectFit: RTCVideoViewObjectFit.RTCVideoViewObjectFitContain,
|
|
|
|
objectFit: RTCVideoViewObjectFit.RTCVideoViewObjectFitContain,
|
|
|
|
filterQuality: FilterQuality.high
|
|
|
|
filterQuality: FilterQuality.high,
|
|
|
|
,
|
|
|
|
|
|
|
|
key: const Key('remote'),
|
|
|
|
key: const Key('remote'),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
if (provider.isVideoCall)
|
|
|
|
if (provider.isVideoCall)
|
|
|
|
@ -370,9 +369,10 @@ class _StartCallPageState extends State<StartCallPage> {
|
|
|
|
),
|
|
|
|
),
|
|
|
|
)
|
|
|
|
)
|
|
|
|
: provider.isOutGoingCall
|
|
|
|
: provider.isOutGoingCall
|
|
|
|
? SizedBox(
|
|
|
|
? Container(
|
|
|
|
width: double.infinity,
|
|
|
|
width: double.infinity,
|
|
|
|
height: double.infinity,
|
|
|
|
height: double.infinity,
|
|
|
|
|
|
|
|
color: Colors.black,
|
|
|
|
child: Stack(
|
|
|
|
child: Stack(
|
|
|
|
alignment: FractionalOffset.center,
|
|
|
|
alignment: FractionalOffset.center,
|
|
|
|
children: <Widget>[
|
|
|
|
children: <Widget>[
|
|
|
|
|