versatica / libmediasoupclient

mediasoup client side C++ library
https://mediasoup.org
ISC License
286 stars 177 forks source link

Issue 126 #127

Closed jmillan closed 3 years ago

jmillan commented 3 years ago

Fixes #126

Do not auto-generate the stream ID for the receiving dataChannel, but provide it via API.

Bonus: Remove the unused localId member from DataChannel.

NOTE: This PR does not aim to modify how the arguments are provided to the API methods: JSON objects vs spare arguments.