ChatViewModel

ChatViewModel representation of the chat view model

Constructors

Link copied to clipboard
constructor(configure: suspend () -> CollaborationViewModel.Configuration)

Properties

Link copied to clipboard
val buttons: SharedFlow<Set<ChatUI.Button>>

Chat UI Button flow

Link copied to clipboard
val call: SharedFlow<CallUI>

Current call flow

Link copied to clipboard
val chat: SharedFlow<ChatUI>

Current chat flow

Link copied to clipboard
val company: SharedFlow<Company>

Configured company flow

Link copied to clipboard
val conference: SharedFlow<ConferenceUI>

Conference module flow

Link copied to clipboard
val connectedUser: SharedFlow<User?>

Logged user flow whenever it will be connected

Link copied to clipboard
val conversation: SharedFlow<ConversationUI>

Conversation module flow

Link copied to clipboard

Flag flow representing if the configuration has been successful

Link copied to clipboard
val messages: SharedFlow<MessagesUI>

Messages flow

Link copied to clipboard
val participants: SharedFlow<ChatParticipants>

Chat participants flow

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
suspend fun setChat(loggedUserId: String?, chatId: String): ChatUI?

Set the current one-to-one chat by passing the other participant's userId