We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59d85c commit 9b26e15Copy full SHA for 9b26e15
packages/react/src/hooks/useAgent.ts
@@ -36,7 +36,7 @@ export enum AgentEvent {
36
CameraChanged = 'cameraChanged',
37
MicrophoneChanged = 'microphoneChanged',
38
AttributesChanged = 'attributesChanged',
39
- StateChanged = 'lifecycleStateChanged',
+ StateChanged = 'stateChanged',
40
}
41
42
export type AgentCallbacks = {
0 commit comments