RequiredPinException

Thrown to indicate that this conference has a PIN requirement.

If the guest PIN is not required, one can join as a guest by providing a blank PIN.

Constructors

Link copied to clipboard
constructor(guestPin: Boolean)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

true if guest PIN is required, false otherwise

Link copied to clipboard
open val message: String?