getMaxCallUsersCount method

Future<int?> getMaxCallUsersCount()

This method is used to get the max call users count.

Implementation

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