isInWhitelist property

bool isInWhitelist
final

~english 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. ~end

~chinese 当前登录用户是否在白名单中。 加入聊天室后可获取。 当前用户被加入或者被移除白名单时,此属性会发生变化。

  • true: 在白名单中。
  • false: 不在白名单中。 ~end

Implementation

final bool isInWhitelist;