I'm looking at the React video chat sample app with little to no coding knowledge. As I can see when running the app in localhost, all publishers will have the same structure and no elements to distinguish one from another (ID is changing on reload).
Would it be feasible to give a publisher privileged access to the session so I can highlight him in the app UI?
Many thanks in advance