muteExpireTimestamp property
final
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;
Implementation
final int muteExpireTimestamp;