Skip to content
Unverified Commit 7d9ec1e1 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez Committed by Joas Schilling
Browse files

Fix pending device not requested once current request finishes



The changed device id handler expects the MediaDevicesManager and the
device id, but only the device id was given.

As the method was recursively called from the handler of the previous
"getUserMedia" promise trying to access "getUserMedia()" on a string
failed silently; the error was caught by the rejected promise handler
and the output track was stopped and removed.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 2a6abc44
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment