getRemoteUsers method

Future<List<ZoomVideoSdkUser>?> getRemoteUsers()

Implementation

Future<List<ZoomVideoSdkUser>?> getRemoteUsers() async {
  throw UnimplementedError('initZoom() has not been implemented.');
}