Closed thammi closed 5 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 }
})
This has been deployed a long time 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.