versatica / mediasoup

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

mediasoup client SDK #106

Closed ibc closed 7 years ago

ibc commented 7 years ago

Rather than dealing with SDPs, provide a SDK for connecting clients to a mediasoup room. No signaling protocol included (that's up to the application on top of mediasoup).

The client side Peer SDK will provide full features (including advanced ones such as simulcast/SVC or desktop sharing). The SDK will internally deal with SDPs in Chrome/Firefox and with ORTC API in Edge. The SDK will properly notify the app about changes in the room (such as new participants, audio/video streams, etc).

ibc commented 7 years ago

This is being done in a separate mediasoup-client project.

ibc commented 7 years ago

Done.