clientRoleChanged property

(dynamic Function(ClientRole, ClientRole)?) clientRoleChanged
final

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;