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
constCONTEXT_VOICE_CHAT_GETTING_READY=newRawContextKey<boolean>('voiceChatGettingReady',false,{type: 'boolean',description: localize('voiceChatGettingReady',"True when getting ready for receiving voice input from the microphone for voice chat.")});
50
51
constCONTEXT_VOICE_CHAT_IN_PROGRESS=newRawContextKey<boolean>('voiceChatInProgress',false,{type: 'boolean',description: localize('voiceChatInProgress',"True when voice recording from microphone is in progress for voice chat.")});
0 commit comments