The camera could start very slow.
This commit is contained in:
parent
437d8fdb24
commit
4a70077b10
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue