RejectedCallIdException
class RejectedCallIdException : IllegalArgumentException
An exception that could be thrown to reject a call due to illegal call id
Parameters
illegalCallId
- that caused rejection
Constructors
RejectedCallIdException(illegalCallId: String) An exception that could be thrown to reject a call due to illegal call id |
Properties
val illegalCallId: String that caused rejection |