DisplayOptions
data class DisplayOptions(val showOnlineIndicator: Boolean = true, val countAsOnlineMember: Boolean = true)
The display options of the user presence.
Parameters
showOnlineIndicator
If the online indicator should be shown for the user.
countAsOnlineMember
If the user should be counted as an online member.