RejectedCallIdException
class RejectedCallIdException(val 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