steep-balloon-41261
06/27/2023, 4:32 PMdry-elephant-14928
06/27/2023, 8:08 PMcanPublish
, canPublishSources
, etc
The typical flow we recommend is having your server be in control of who has permissions to perform these operations. And then calling our server APIs to make those changes.
We are also in the process of building out an example app to demonstrate participatory livestreaming, where you could have multiple hosts streaming to a large audience. (i.e. Clubhouse with video)red-father-14173
06/27/2023, 8:25 PMParticipantTile
it has some buttons like the ControlBar
that the admin can control the permissions of that individual participant.
I'm sure that's doable, I just can't seem to find the right components or hooks to customize the experience.red-father-14173
06/29/2023, 3:53 PMdry-elephant-14928
06/30/2023, 6:20 AMParticipantTile
, but then override the children to provide custom rendering of your own components. Currently, the ControlBar
is designed to work with a local participant's tracks, however, you could override the buttons so that they are making server API calls to your backend server.