SeatUserInfo constructor
SeatUserInfo({ - String userID = '',
- String userName = '',
- String avatarURL = '',
- Role role = Role.generalUser,
- String liveID = '',
- DeviceStatus microphoneStatus = DeviceStatus.off,
- bool allowOpenMicrophone = true,
- DeviceStatus cameraStatus = DeviceStatus.off,
- bool allowOpenCamera = true,
- SuspendStatus userSuspendStatus = SuspendStatus.none,
})
Implementation
SeatUserInfo({
this.userID = '',
this.userName = '',
this.avatarURL = '',
this.role = Role.generalUser,
this.liveID = '',
this.microphoneStatus = DeviceStatus.off,
this.allowOpenMicrophone = true,
this.cameraStatus = DeviceStatus.off,
this.allowOpenCamera = true,
this.userSuspendStatus = SuspendStatus.none,
});