We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MediaDevice[]
enumerateDevices
getUserMedia
useEffect
deviceId
deviceId = default
The text was updated successfully, but these errors were encountered:
Feat: CallContext 일부 상태값 제거 및 AudioContext 생성 #50
2554b10
Feat: Provider 추가 #50
752ad77
Fix: AudioContext 적용사항 변경 #50
47683c4
Fix: AudioContext 적용, 통화 종료 로직 변경 #50
176ada8
Fix: getUserMedia를 enumerateDevices보다 먼저 호출 #50
11379f7
No branches or pull requests
MediaDevice[]
를 다른 컴포넌트에서도 전역적으로 사용하기 위한 의도마이크 목록을 가져오는
enumerateDevices
는getUserMedia
를 호출한 이후에 유효useEffect
훅을 이용하여 마이크 목록을 미리 가져오는 방식으로 설계. 마이크 목록이 최신화되면, 가장 위의 마이크의deviceId
로getUserMedia
를 호출하여 연결을 하는 방식을 사용getUserMedia
를 호출하기 전의enumerateDevices
호출은 항상 빈 목록을 반환하기 때문에, 어떠한 마이크도 가져올 수 없었던 문제가 발생deviceId = default
인 마이크에 연결하도록 변경The text was updated successfully, but these errors were encountered: