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 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.