iceCandidatePoolSize property

int get iceCandidatePoolSize

Implementation

int get iceCandidatePoolSize =>
    js_util.getProperty(this, 'iceCandidatePoolSize');
set iceCandidatePoolSize (int newValue)

Implementation

set iceCandidatePoolSize(int newValue) {
  js_util.setProperty(this, 'iceCandidatePoolSize', newValue);
}