murat-dogan / node-datachannel

WebRTC For Node.js and Electron. libdatachannel node bindings.
Mozilla Public License 2.0
280 stars 52 forks source link

feat: support current remote description #257

Closed achingbrain closed 1 month ago

achingbrain commented 1 month ago

Retrieves the current remote description from libdatachannel to get the current state of the connection negotiation instead of returning the previously set remote description.

Depends on: https://github.com/paullouisageneau/libdatachannel/pull/1204 Refs: https://github.com/paullouisageneau/libdatachannel/issues/1166 Refs: https://github.com/paullouisageneau/libdatachannel/issues/1203

achingbrain commented 1 month ago

Opened as a draft as it requires a new libdatachannel to be released.

murat-dogan commented 1 month ago

It would be good also to make changes here;

achingbrain commented 1 month ago

Closing as the libdatachannel PR will not be merged.