Callbacks
interface Callbacks
Functions
Link copied to clipboard
abstract fun onActiveSpeakersChanged(handle: <Error class: unknown class>, conversationId: String?, data: String?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun onClosedCall(reason: Int, conversationId: String?, messageTime: <Error class: unknown class>, userId: String?, clientId: String?)
Link copied to clipboard
abstract fun onConfigRequest(handle: <Error class: unknown class>, context: <Error class: unknown class>?): Int
Link copied to clipboard
Link copied to clipboard
abstract fun onIncomingCall(conversationId: String?, messageTime: <Error class: unknown class>, userId: String?, clientId: String?, video: Boolean, shouldRing: Boolean, conversationType: Int)
Link copied to clipboard
abstract fun onMissedCall(conversationId: String?, messageTime: <Error class: unknown class>, userId: String?, video: Boolean)
Link copied to clipboard
Link copied to clipboard
abstract fun onNetworkQualityChanged(conversationId: String?, userId: String?, clientId: String?, qualityInfoJson: String?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun onSftRequest(context: <Error class: unknown class>?, url: String?, data: ByteArray): Int
Link copied to clipboard
abstract fun onVideoStateChanged(conversationId: String?, userId: String?, clientId: String?, state: Int)