makeGroupVoiceCall static method
Used as a makeGroupVoiceCall class for Mirrorfly
- @property
groupJid
used to make a Group voice call to this groupJid - @property
jidList
used 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);
}