RetryExhausted

data class RetryExhausted(val retryCount: Int, val failureCode: String?, val message: String = "Retry exhausted after ") : CallLeaveReason

All reconnect attempts were exhausted after a network or SFU failure.

Constructors

Link copied to clipboard
constructor(retryCount: Int, failureCode: String?, message: String = "Retry exhausted after ")

Properties

Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard