getCallGroupJid static method
Used as a getCallGroupJid class for Mirrorfly used to get type of the current call, audio or video
Implementation
static Future<String> getCallGroupJid() async {
return FlyChatFlutterPlatform.instance.getCallGroupJid();
}