Skip to content

webrtcbin: Allow add-ice-candidate promise notifications

The signal triggers an asynchronous task on the PC thread but in some cases it can be useful for apps to be notified when the task completed. This method of the PeerConnection spec also returns a Promise so the interface is now more coherent with the spec.

Merge request reports