another v3 sample code project

We’ve been experimenting with v3, which is fantastic! Thank you for all the hard work that went into this release.

In case it’s useful to other people, here is our “sandbox” code for testing both cross-browser quirks, and our understanding of v3 code structure.

https://github.com/daily-co/mediasoup-sandbox/tree/master/single-page

Currently the sample code includes:

  • setting up transports, producers, and consumers
  • switching to a different input device and replacing a track
  • screen sharing
  • subscribing to and unsubscribing from tracks
  • pausing tracks for sender and receiver independently
  • simulcast
  • setting maximum simulcast layer when sending
  • setting maximum simulcast layer when receiving
  • display of stats
  • display of “active speaker”
2 Likes

Thanks! I’ve added it to the Examples section. And will add this topic into “Announcements” :slight_smile:

A post was split to a new topic: Another v3 sample code project: daily-co/mediasoup-sandbox