mirror of
https://github.com/electron/electron.git
synced 2026-01-30 09:48:35 -05:00
8 lines
232 B
CoffeeScript
8 lines
232 B
CoffeeScript
describe 'webrtc', ->
|
|
describe 'navigator.webkitGetUserMedia', ->
|
|
it 'should call its callbacks', (done) ->
|
|
@timeout 5000
|
|
navigator.webkitGetUserMedia audio: true, video: false,
|
|
-> done()
|
|
-> done()
|