libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.io
Other
2.26k stars 436 forks source link

feat: allow passing a function for rtcConfiguration #2590

Closed achingbrain closed 2 weeks ago

achingbrain commented 3 weeks ago

In order to allow refreshing STUN/TURN credentials between dials, allow passing a function that returns rtc config.

Fixes #2554

Change checklist

achingbrain commented 3 weeks ago

cc @justin0mcateer