Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions api-outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,7 @@ An automatic ICE controller API
```javascript
[Exposed=Window,Worker]
interface RtcAutomaticIceController {
undefined SetIceServers(sequence<IceServer> servers);

undefined gatherCandidates();
undefined gatherCandidates(sequence<IceServer> servers);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this gather new host candidates or reuse the existing ones? Should we allow that level of control? Do local candidates get gathered automatically before calling this?


undefined AddRemoteCandidate(RemoteIceCandidate remoteCandidate);

Expand Down
Loading
Loading