muteExpireTimestamp property
~english Gets the timestamp(ms) when Current user will be unmuted.
This property is available once join the chat room. This property will be updated when current use is muted or unmuted.
- Current use is not muted if it is zero.
- Means cannot get MuteUntilTimeStamp correctly if it is be set with -1; ~end ~chinese 获取当前被禁言截止时间戳(毫秒)。
加入聊天室后可获取。 当前用户被禁言或者被解除禁言时,此属性会被更新。
- 当取值为0,表示当前用户未被禁言。
- 当取值为-1,表示未能获取到用户被禁言时间戳。 ~end
Implementation
final int muteExpireTimestamp;