NEInMeetingUserInfo constructor

NEInMeetingUserInfo(
  1. String userId,
  2. String userName,
  3. String? tag,
  4. String _role, [
  5. bool isSelf = false,
])

Implementation

NEInMeetingUserInfo(this.userId, this.userName, this.tag, this._role,
    [this.isSelf = false]);