clientRoleChanged property
Occurs when the user role switches in a live broadcast. For example, from a host to an audience or from an audience to a host.
Implementation
final Function(ClientRole, ClientRole)? clientRoleChanged;
Occurs when the user role switches in a live broadcast. For example, from a host to an audience or from an audience to a host.
final Function(ClientRole, ClientRole)? clientRoleChanged;