Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 832 Bytes

sip.js.sessiondescriptionhandler.icegatheringcomplete.md

File metadata and controls

21 lines (12 loc) · 832 Bytes

Home > sip.js > SessionDescriptionHandler > iceGatheringComplete

SessionDescriptionHandler.iceGatheringComplete() method

Called when ICE gathering completes and resolves any waiting promise.

Signature:

iceGatheringComplete(): void;

Returns:

void

Remarks

May be called prior to ICE gathering actually completing to allow the session descirption handler proceed with whatever candidates have been gathered up to this point in time. Use this to stop waiting on ICE to complete if you are implementing your own ICE gathering completion strategy.