mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-24 03:46:03 +08: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()
|