The camera could start very slow.

This commit is contained in:
Cheng Zhao 2013-08-16 10:37:01 +08:00
parent 437d8fdb24
commit 4a70077b10

View file

@ -1,6 +1,7 @@
describe 'webrtc', -> describe 'webrtc', ->
describe 'navigator.webkitGetUserMedia', -> describe 'navigator.webkitGetUserMedia', ->
it 'should call its callbacks', (done) -> it 'should call its callbacks', (done) ->
@timeout 5000
navigator.webkitGetUserMedia audio: true, video: true, navigator.webkitGetUserMedia audio: true, video: true,
-> done() -> done()
-> done() -> done()