@@ -97,7 +97,6 @@ export interface BarVisualizerProps extends React_2.HTMLProps<HTMLDivElement> {
9797 children? : React_2 .ReactNode ;
9898 // (undocumented)
9999 options? : BarVisualizerOptions ;
100- // Warning: (ae-incompatible-release-tags) The symbol "state" is marked as @beta, but its signature references "VoiceAssistantState" which is marked as @alpha
101100 state? : VoiceAssistantState ;
102101 // (undocumented)
103102 trackRef? : TrackReferenceOrPlaceholder ;
@@ -1223,7 +1222,7 @@ export interface UseVisualStableUpdateOptions {
12231222 customSortFunction? : (trackReferences : TrackReferenceOrPlaceholder []) => TrackReferenceOrPlaceholder [];
12241223}
12251224
1226- // @alpha
1225+ // @beta
12271226export function useVoiceAssistant(): VoiceAssistant ;
12281227
12291228// @public
@@ -1257,7 +1256,7 @@ export interface VideoTrackProps extends React_2.VideoHTMLAttributes<HTMLVideoEl
12571256 trackRef? : TrackReference ;
12581257}
12591258
1260- // @alpha (undocumented)
1259+ // @beta (undocumented)
12611260export interface VoiceAssistant {
12621261 // (undocumented)
12631262 agent: RemoteParticipant | undefined ;
@@ -1271,9 +1270,6 @@ export interface VoiceAssistant {
12711270 state: VoiceAssistantState ;
12721271}
12731272
1274- // @alpha (undocumented)
1275- export const VoiceAssistantContext: React_2 .Context <VoiceAssistant | undefined >;
1276-
12771273// @beta (undocumented)
12781274export function VoiceAssistantControlBar({ controls , saveUserChoices , onDeviceError , ... props }: VoiceAssistantControlBarProps ): React_2 .JSX .Element ;
12791275
@@ -1292,11 +1288,10 @@ export interface VoiceAssistantControlBarProps extends React_2.HTMLAttributes<HT
12921288 source: Track .Source ;
12931289 error: Error ;
12941290 }) => void ;
1295- // @alpha
12961291 saveUserChoices? : boolean ;
12971292}
12981293
1299- // @alpha (undocumented)
1294+ // @beta (undocumented)
13001295export type VoiceAssistantState = ' disconnected' | ' connecting' | ' initializing' | ' listening' | ' thinking' | ' speaking' ;
13011296
13021297// @public (undocumented)
0 commit comments