makeGroupVoiceCall static method
Used as a makeGroupVoiceCall class for Mirrorfly
- @property 
groupJidused to make a Group voice call to this groupJid - @property 
jidListused to make a Group voice call to this user jid list used to make a voice call 
Implementation
static Future<bool> makeGroupVoiceCall({String groupJid = "", List<String> jidList = const []}) async {
  return FlyChatFlutterPlatform.instance.makeGroupVoiceCall(groupJid, jidList);
}