RejectedCallIdException

class RejectedCallIdException(illegalCallId: String) : IllegalArgumentException, CopyableThrowable<RejectedCallIdException>

An exception that could be thrown to reject a call due to illegal call id

Parameters

illegalCallId

that caused rejection

Constructors

Link copied to clipboard
fun RejectedCallIdException(illegalCallId: String)

Functions

Link copied to clipboard
open override fun createCopy(): RejectedCallIdException?

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val illegalCallId: String
Link copied to clipboard
open val message: String?