conversation.isSpeaking does not update on iOS
When integrating the ElevenLabs React Native SDK (useConversation) on iOS, the conversation.isSpeaking property always remains false, even though the voice chat with the agent works correctly. On Android, the same code works as expected.
Steps to Reproduce:
Use the example from the React Native SDK documentation
with useConversation.
Call conversation.startSession({ agentId, userId }) on iOS.
Render conversation.isSpeaking in the UI.
Run the app on an iOS device or simulator.
Expected Behavior:
conversation.isSpeaking should update automatically when the agent is speaking.
Environment:
SDK Version: 0.5.7
Device: iPhone 12 mini
React Native Expo: 54.0.12