7 lines
211 B
CoffeeScript
7 lines
211 B
CoffeeScript
|
describe 'webrtc', ->
|
||
|
describe 'navigator.webkitGetUserMedia', ->
|
||
|
it 'should call its callbacks', (done) ->
|
||
|
navigator.webkitGetUserMedia audio: true, video: true,
|
||
|
-> done()
|
||
|
-> done()
|