class RejectedCallIdException : IllegalArgumentException, CopyableThrowable<RejectedCallIdException>
An exception that could be thrown to reject a call due to illegal call id
illegalCallId
- that caused rejection
RejectedCallIdException(illegalCallId: String)
An exception that could be thrown to reject a call due to illegal call id |
val illegalCallId: String
that caused rejection |
fun createCopy(): RejectedCallIdException? |