DEV Community

Discussion on: WebRTC - The technology that powers Google Meet/Hangout, Facebook Messenger and Discord

Collapse
 
daviddalbusco profile image
David Dal Busco

Nice post đź‘Ť

We use WebRTC for the communication between the remote control and the presentations created with our editor or developer kit. I'm always surprised how responsive it is.

If someone want to give it a try:

  • start a presentation, like this demo
  • open the remote
  • connect
  • have fun

And if interested by some code, here you go (available in our GitHub repo):

  • receiver (the presentation part, encapsulated in a Web Component)
  • emitter (the remote part)