IChatController

interface IChatController

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun handleChatMessages(dyteChatMessages: WebSocketChatMessagesModel)
Link copied to clipboard
abstract fun handleNewChatMessage(dyteChatMessage: WebSocketChatMessage)
Link copied to clipboard
abstract suspend fun loadChatMessages()
Link copied to clipboard
abstract fun sendFileMessage(fileUri: Uri)
abstract fun sendFileMessage(filePath: String)
Link copied to clipboard
abstract fun sendImageMessage(imageUri: Uri)
abstract fun sendImageMessage(imagePath: String)
Link copied to clipboard
abstract fun sendMessage(message: String)