versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.27k stars 1.13k forks source link

Rust: expose DataChannel string message as binary #1289

Closed ibc closed 10 months ago

ibc commented 10 months ago

Fixes #1269

Details

ibc commented 10 months ago

But then, the data_producer.send() and data_consumer.send() methods require an additional ppid as argument (same as in Node).

ibc commented 10 months ago

But then, the data_producer.send() and data_consumer.send() methods require an additional ppid as argument (same as in Node).

Nope, not needed.

ibc commented 10 months ago

Makes sense to me and this will definitely be a breaking change for mediasoup crate.

https://github.com/versatica/mediasoup/pull/1290