isInWhitelist property

bool isInWhitelist
final

Current user is in allow list or not. This property is available once join the chat room. This property will be updated when current user is added or removed from the white list.

  • true: In white list.
  • false: Not in white list.

Implementation

final bool isInWhitelist;