gather method

void gather([
  1. RTCIceGatherOptions? options
])

Implementation

void gather([RTCIceGatherOptions? options]) =>
    js_util.callMethod(this, 'gather', [options]);