Used as a muteVideo class for Mirrorfly used to mute the Video in the call returns the bool value
static Future<bool?> muteVideo(bool status) async { return FlyChatFlutterPlatform.instance.muteVideo(status); }