electron/spec/web/webrtc.coffee

8 lines
231 B
CoffeeScript
Raw Normal View History

2013-08-16 02:30:42 +00:00
describe 'webrtc', ->
describe 'navigator.webkitGetUserMedia', ->
it 'should call its callbacks', (done) ->
2013-08-16 02:37:01 +00:00
@timeout 5000
2013-08-16 02:30:42 +00:00
navigator.webkitGetUserMedia audio: true, video: true,
-> done()
-> done()