iceCandidatePoolSize property

int iceCandidatePoolSize

Implementation

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

Implementation

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