setVerified

open fun setVerified(call: Call, verified: Boolean)

This function allows the logged user to broadcast to other call participants that has been verified or not within the host app.

Since

v1.4.10

Parameters

call

call to verify

verified

true if the logged user has been verified, false otherwise.


abstract fun setVerified(callId: String, verified: Boolean)

This function allows the logged user to broadcast to other call participants that has been verified or not within the host app.

Since

v1.4.10

Parameters

callId

call to verify

verified

true if the logged user has been verified, false otherwise.