UserSession

interface UserSession

Properties

Link copied to clipboard

The user's currently active Conversations.

Link copied to clipboard
abstract val displayName: String

The name of the user as presented to others in the session.

Link copied to clipboard

The feature configuration parameters for the session. These parameters can be used to inform about customization of features, such as typing notifications, read receipts, and other interactive elements.

Link copied to clipboard

The unique identifier of the participant in the session. This could be different from the user's main identifier if the user can have multiple sessions.

Link copied to clipboard
abstract val sessionId: SessionId

The unique identifier for this session.

Link copied to clipboard

Additional parameters related to the session. These parameters can be used to store any extra information needed for the session, such as user preferences or device information.