DyteChat

class DyteChat

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun sendFileMessage(fileUri: Uri)
fun sendFileMessage(filePath: String)

Send chat file message

fun sendFileMessage(filePath: String, fileName: String)

Send file message

Link copied to clipboard
fun sendImageMessage(imageUri: Uri)
fun sendImageMessage(imagePath: String)
fun sendImageMessage(filePath: String, fileName: String)

Send chat image message

Link copied to clipboard
fun sendTextMessage(message: String)

Sends a string type chat message in the given room

Link copied to clipboard
fun toMap(): List<Map<String, Any?>>