getCallGroupJid method

Future<String> getCallGroupJid()

This method is used to get the call group JID.

Implementation

Future<String> getCallGroupJid() async {
  throw UnimplementedError('getCallGroupJid has not been implemented.');
}