UserModel constructor

UserModel(
  1. String _clientId,
  2. String _name,
  3. String _role,
  4. bool _isAudioMuted,
  5. bool _isVideoMuted,
  6. bool _isAwaitedUser,
)

Implementation

UserModel(this._clientId, this._name, this._role, this._isAudioMuted,
    this._isVideoMuted, this._isAwaitedUser);