Integration with our digital signage

Hi @bdeanindy,

I don’t necessarily need to stream through Enplug. I don’t mind having the devices connect using the Zoom API (we would be using the web API on the devices). What I’ve come up with so far is this:

  • User gives permission using OAuth for Enplug Service to create new rooms.
  • Enplug service creates a room using the OAuth token for the user.
  • Devices get the room id from Enplug, and use the app token and signature (retrieved from the server) to connect to the room.

I managed to move the signature code to our server so the app secret is secure.
I think my remaining question is: who gets billed for the usage of the room if the devices use the Enplug app token to connect, the user who created the room or Enplug?

Thanks for the help!
Bruno.