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.

Constructors

Link copied to clipboard
constructor(reason: String, cause: Throwable? = null)

Properties

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