makeVideoCall static method

Future<bool> makeVideoCall(
  1. String userJid
)

Used as a makeVideoCall class for Mirrorfly

  • @property userJid used to make a video call to this user or group used to make a video call

Implementation

static Future<bool> makeVideoCall(String userJid) async {
  return FlyChatFlutterPlatform.instance.makeVideoCall(userJid);
}