isMeetingInProgress method

Future<bool> isMeetingInProgress()

Implementation

Future<bool> isMeetingInProgress() async{
  throw UnimplementedError('isMeetingInProgress() has not been implemented');
}