mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-01 08:45:19 +08:00
The camera could start very slow.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
describe 'webrtc', ->
|
||||
describe 'navigator.webkitGetUserMedia', ->
|
||||
it 'should call its callbacks', (done) ->
|
||||
@timeout 5000
|
||||
navigator.webkitGetUserMedia audio: true, video: true,
|
||||
-> done()
|
||||
-> done()
|
||||
|
||||
Reference in New Issue
Block a user