addd HPG state
This commit is contained in:
@@ -45,7 +45,7 @@ export const useAudioStore = create<TalkState>((set, get) => ({
|
||||
if (!room) return;
|
||||
room.localParticipant.setMicrophoneEnabled(!isTalking);
|
||||
|
||||
set((state) => ({ isTalking: !state.isTalking }));
|
||||
set((state) => ({ isTalking: !state.isTalking, source: "web-app" }));
|
||||
},
|
||||
connect: async (roomName) => {
|
||||
set({ state: "connecting" });
|
||||
|
||||
Reference in New Issue
Block a user