chadnickbok / librtcdcpp

A simple WebRTC DataChannels library
BSD 3-Clause "New" or "Revised" License
158 stars 41 forks source link

Left over TODO comments? #26

Open mo3rfan opened 7 years ago

mo3rfan commented 7 years ago

I see a TODO for "Handle trickle ICE candidates" here.

But there are already two methods, one that supports handling trickle ICE candidates and the other for setting the initial candidates: bool SetRemoteIceCandidate and bool SetRemoteIceCandidates.

Is this TODO about unifying the functionality into a single API or is it just a left over comment? If it's the latter case, do you think we have more of these left over comments lying around that needs clean up?