Skip to content

.connectingToRoom is not correct in the documentation #127

@jcurlier

Description

@jcurlier

This case was documented in the SDK README but doesn't exist in the actual enumm should be connectingRoom

From the README:

        case .connectingToRoom:
            print("Connecting to LiveKit room..."

Enum

public enum ConversationStartupState: Sendable, Equatable {
    case idle
    case resolvingToken
    case connectingRoom
    case waitingForAgent(timeout: TimeInterval)
    case agentReady(ConversationAgentReadyReport)
    case sendingConversationInit(attempt: Int)
    case active(CallInfo, ConversationStartupMetrics)
    case failed(ConversationStartupFailure, ConversationStartupMetrics)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions