ionorg / ion-sdk-js

ion javascript sdk
MIT License
102 stars 70 forks source link

feat/ion-cluster #181

Closed cloudwebrtc closed 3 years ago

cloudwebrtc commented 3 years ago
leewardbound commented 3 years ago

I really like how you built everything as new classes - it looks like you did not break any existing compatibility with ion-sfu? Very cool.

cloudwebrtc commented 3 years ago

I really like how you built everything as new classes - it looks like you did not break any existing compatibility with ion-sfu? Very cool.

Yeah, it does not break the existing API, similar to Lego, using new blocks (biz signal) and old ones (ion-sfu) to combine to form more advanced modules (IonConnector). :)