getSessionHost method

Future<ZoomVideoSdkUser?> getSessionHost()

Implementation

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