|
|
|
|
@ -74,12 +74,6 @@ class _VideoCallPageState extends State<VideoCallPage> {
|
|
|
|
|
{helpers.showErrorToast(error), Navigator.of(context).pop()});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @override
|
|
|
|
|
// void initState() {
|
|
|
|
|
// super.initState();
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
@override
|
|
|
|
|
void dispose() {
|
|
|
|
|
super.dispose();
|
|
|
|
|
@ -148,34 +142,6 @@ class _VideoCallPageState extends State<VideoCallPage> {
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: MediaQuery.of(context).size.height * .2,
|
|
|
|
|
),
|
|
|
|
|
// Row(
|
|
|
|
|
// mainAxisSize: MainAxisSize.max,
|
|
|
|
|
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
// crossAxisAlignment: CrossAxisAlignment.center,
|
|
|
|
|
// children: <Widget>[
|
|
|
|
|
// FunctionalButton(
|
|
|
|
|
// title: 'Speaker',
|
|
|
|
|
// icon: Icons.phone_in_talk,
|
|
|
|
|
// onPressed: () {
|
|
|
|
|
|
|
|
|
|
// },
|
|
|
|
|
// ),
|
|
|
|
|
// FunctionalButton(
|
|
|
|
|
// title: 'Flip',
|
|
|
|
|
// icon: Icons.flip_to_back,
|
|
|
|
|
// onPressed: () {},
|
|
|
|
|
// ),
|
|
|
|
|
// FunctionalButton(
|
|
|
|
|
// title: 'Mute',
|
|
|
|
|
// icon: Icons.mic_off,
|
|
|
|
|
// onPressed: () {},
|
|
|
|
|
// ),
|
|
|
|
|
// ],
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
|
|
// SizedBox(
|
|
|
|
|
// height: MediaQuery.of(context).size.height * 0.1,
|
|
|
|
|
// ),
|
|
|
|
|
Container(
|
|
|
|
|
width: 70.0,
|
|
|
|
|
height: 70.0,
|
|
|
|
|
|