AgoraUser constructor
AgoraUser({
- required int uid,
- bool remote = true,
- bool muted = false,
- bool videoDisabled = false,
- ClientRole clientRole = ClientRole.Broadcaster,
Implementation
AgoraUser({
required this.uid,
this.remote = true,
this.muted = false,
this.videoDisabled = false,
this.clientRole = ClientRole.Broadcaster,
});