palavatv / palava

palava browser-to-browser video
https://palava.tv
30 stars 3 forks source link

Audio only option #22

Closed thammi closed 5 years ago

thammi commented 10 years ago

Issue by ianb Monday Mar 03, 2014 at 19:42 GMT Originally opened as https://github.com/palavatv/palava-hq/issues/1


(Not sure if this is the best place to ask about features on https://palava.tv/)

Right now there's audio+video, and video only options, but no audio only option.

haslinger commented 9 years ago

If you talk about your own installation, I had success to get audio only with the demo script and setting

session.init({
  identity: new palava.Identity({ userMediaConfig: { audio: true, video: false } }),
  options: { stun: 'stun:your.domain.here', joinTimeout: 500 }
})
farao commented 5 years ago

This has been deployed a long time ago :-)