fixes #38 fingers crossed this works and defaults
This commit is contained in:
parent
c3728437b8
commit
fefed06a5f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ function MicControl() {
|
|||
const state = useSelector((state: RootState) => state.mixer.mic);
|
||||
const [micList, setMicList] = useState<MediaDeviceInfo[]>([]);
|
||||
const dispatch = useDispatch();
|
||||
const [nextMicSource, setNextMicSource] = useState("None") // next mic source
|
||||
const [nextMicSource, setNextMicSource] = useState("default") // next mic source
|
||||
const [lock, setLock] = useState(false)
|
||||
|
||||
useEffect(()=>{
|
||||
|
|
Loading…
Reference in a new issue