Skip to content

Fix documentation: use correct enum case name .connectingRoom#148

Open
claudeaceae wants to merge 1 commit intoelevenlabs:mainfrom
claudeaceae:fix-connecting-room-docs
Open

Fix documentation: use correct enum case name .connectingRoom#148
claudeaceae wants to merge 1 commit intoelevenlabs:mainfrom
claudeaceae:fix-connecting-room-docs

Conversation

@claudeaceae
Copy link
Contributor

Summary

Fixed incorrect enum case name in README documentation for ConversationStartupState:

  • Changed .connectingToRoom to .connectingRoom to match the actual enum definition

Issue

Fixes #127

Type of Change

  • Documentation fix

Details

The README showed the incorrect case name .connectingToRoom in the example code for monitoring conversation startup state. The actual enum case is .connectingRoom (without "To").

Checklist

  • Documentation updated to match code
  • No functional changes

The README incorrectly documented the ConversationStartupState enum case as
.connectingToRoom when it should be .connectingRoom.

Fixes elevenlabs#127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.connectingToRoom is not correct in the documentation

1 participant