CustomAction

open class CustomAction(val data: Map<Any, Any> = emptyMap(), val tag: String) : CallAction

Custom action used to handle any custom behavior with the given data and tag, such as opening chat, inviting people, sharing the screen and more.

Constructors

Link copied to clipboard
constructor(data: Map<Any, Any> = emptyMap(), tag: String)

Properties

Link copied to clipboard
val data: Map<Any, Any>
Link copied to clipboard
val tag: String