4dcc77968b
There's a very odd getUserMedia call tucked into the base ErrorScreen. There's no rationale in either the commit or PR that added them, but the intention seems to be stopping audio on client crash. Using getUserMedia like that will have no effect other than an odd permission prompt on iframe-based environments or a webcam activation flash after the client crashes. Remove ErrorScreen's getUserMedia call as well as the HTMLMedia pause call - both should be handled gracefully by AudioManager's forceExitAudio triggered by the StopAudioTracks event (also ErrorScreen). If there's an edge case where it isn't properly stopped, we'll have to tackle it there. |
||
---|---|---|
.. | ||
.meteor | ||
.vscode | ||
client | ||
imports | ||
private/config | ||
public | ||
server | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
deploy_to_usr_share.sh | ||
footer | ||
jsconfig.json | ||
meteorless.sh | ||
package-lock.json | ||
package.json | ||
run-dev.sh | ||
test-html5.sh | ||
tsconfig.json |