Skip to content
Commit 1f45e5be authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Fix joining call without media devices



Since MediaDevicesSource was introduced errors thrown when requesting
the media streams were wrongly swallowed; those errors could be real
errors, like the camera being used by another program, but they would
happen too if both audio and video devices were explicitly disabled. As
the errors were not propagated joining the call failed, because
LocalMedia assumed that a stream was available but ended adding a null
stream instead.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 7d533bf0
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