makeVideoCall static method
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);
}