makeVoiceCall static method

Future<bool> makeVoiceCall(
  1. String userJid
)

Used as a makeVoiceCall class for Mirrorfly

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

Implementation

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