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.
All reconnect attempts were exhausted after a network or SFU failure.