murat-dogan / node-datachannel

WebRTC For Node.js and Electron (including WebSocket Client & Server). libdatachannel node bindings.
Mozilla Public License 2.0
308 stars 60 forks source link

Trickle Ice Support #26

Closed lukepolo closed 3 years ago

lukepolo commented 3 years ago

I see that libdatachannel supports trickle ice, is there something in here we have todo to make it work?

murat-dogan commented 3 years ago

Hi,

No you don't have to do anything special.

lukepolo commented 3 years ago

Awesome, I must be doing something wrong on the client side then. Thanks!