AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
625 stars 227 forks source link

changing user role of remote user #637

Closed soorajpandey closed 1 year ago

soorajpandey commented 1 year ago

hello team,

I am looking to change the user role of remote user, use case is whenever user raises hand the host can change role of user, I am using firebase for signalling, I know user can invite any remote user and user can use setClientRole to change it's role. I am curious if it can be done from host side, thanks. I am using token server to generate token for both host and audience.

soorajpandey commented 1 year ago

i fixed it.