markAsRead

abstract suspend fun markAsRead(conversationEntry: ConversationEntry): Result<ConversationEntry>

Sends a read acknowledgement for a ConversationEntry.

Notifies the service that the specified entry has been read by the local participant.

Return

Result.Success containing the acknowledged ConversationEntry, or Result.Error on failure.

Parameters

conversationEntry

The conversation entry to mark as read.