getVideoStatisticsInfo method

Future<ZoomVideoSdkSessionVideoStatisticsInfo?> getVideoStatisticsInfo()

Implementation

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