EVENT_CONTACT_JOINED

const val EVENT_CONTACT_JOINED: String

Fired when a contact joined the conversation

Usage: conversation.on(EVENT_CONTACT_JOINED) { val contact = it\[0\] as Contact.html }