You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Swift SDK for integrating ElevenLabs' conversational AI capabilities into your iOS and macOS applications. Built on top of LiveKit WebRTC for real-time audio streaming and communication.
@@ -408,28 +405,3 @@ class ConversationViewModel: ObservableObject {
408
405
}
409
406
}
410
407
```
411
-
412
-
## Examples
413
-
414
-
Complete example implementations are available in the SDK repository showcasing:
415
-
416
-
- Basic voice conversations
417
-
- Text-only chat mode
418
-
- Client tool integration
419
-
- SwiftUI reactive patterns
420
-
- Error handling and recovery
421
-
422
-
## Contributing
423
-
424
-
We welcome contributions! Please check out our [Contributing Guide](CONTRIBUTING.md) and join us in the [ElevenLabs Discord](https://discord.gg/elevenlabs).
425
-
426
-
## License
427
-
428
-
This SDK is licensed under the MIT License. See [LICENSE](LICENSE) for details.
0 commit comments