You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error message handling in getusermedia/gum. (#1664)
* Fix error message handling in getusermedia/gum.
Currently, when some errors occur in the getusermedia/gum demo,
the error message isn't handled correctly because the constraints object
might not have required properties in some cases. This patch fixes
the error message handling by using the error object directly and
dumping it as a JSON string.
0 commit comments