CallJoinInterceptionException
class CallJoinInterceptionException(val reason: String, cause: Throwable? = null) : RuntimeException
Thrown by a CallJoinInterceptor to abort the join.
When raised inside CallJoinInterceptor.callReadyToJoin, the SDK leaves the call cleanly using reason for tracing.