versatica / libmediasoupclient

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

fix order of encodings #91

Closed penguinol closed 4 years ago

penguinol commented 4 years ago

fix #90

ibc commented 4 years ago

Great. Confirmed that this change fixes #90?

penguinol commented 4 years ago

Sorry, still need to edit. it seems unordered_map/set can not ensure sort in insert order

ibc commented 4 years ago

it seems unordered_map/set can not ensure sort in insert order

yep, that was my feeling.

penguinol commented 4 years ago

done

jmillan commented 4 years ago

Great, thanks @penguinol!