Skip to content

Commit 9b26e15

Browse files
committed
fix: address typo
1 parent f59d85c commit 9b26e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/hooks/useAgent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export enum AgentEvent {
3636
CameraChanged = 'cameraChanged',
3737
MicrophoneChanged = 'microphoneChanged',
3838
AttributesChanged = 'attributesChanged',
39-
StateChanged = 'lifecycleStateChanged',
39+
StateChanged = 'stateChanged',
4040
}
4141

4242
export type AgentCallbacks = {

0 commit comments

Comments
 (0)