Screen share permission icon not hiding

2015-09-30 Thread Balwant Bisht
* When a screen share stream is stopped, the screen share permission icon stays in address bar. How to hide that icon when screen share is stopped using videoTrack stop function * When a screen share stream is stopped from permission icon. No onended event get called on stream or video

Re: WebRTC DTLS cipher suite selection logic

2015-09-30 Thread Martin Thomson
On Wed, Sep 30, 2015 at 1:15 PM, wrote: > Where can i find information on how Firefox is selecting the cipher suite to > be used from the list of cipher suites it receives in DTLS ClientHello ? The only place that lives now is in the NSS code. You can see the

WebRTC DTLS cipher suite selection logic

2015-09-30 Thread ors . szabo . hu
Where can i find information on how Firefox is selecting the cipher suite to be used from the list of cipher suites it receives in DTLS ClientHello ? ___ dev-media mailing list dev-media@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-media

Re: Screen share permission icon not hiding

2015-09-30 Thread Andreas Pehrson
This should be fixed in 44/Nightly by https://bugzilla.mozilla.org/show_bug.cgi?id=1192170. *Andreas Pehrson *--- Software Engineer (+47) 959 60 374 | pehr...@telenordigital.com | www.telenordigital.com On Wed, Sep 30, 2015 at 4:10 PM, Balwant Bisht wrote: > *

Re: Screen share permission icon not hiding

2015-09-30 Thread Balwant Bisht
On Wednesday, 30 September 2015 13:40:52 UTC+5:30, Balwant Bisht wrote: > * When a screen share stream is stopped, the screen share permission icon > stays in address bar. How to hide that icon when screen share is stopped > using videoTrack stop function > > * When a screen share stream is

Re: Mic Gain in WebRTC

2015-09-30 Thread Andreas Pehrson
add/removeTrack just landed in 44/Nightly: https://bugzilla.mozilla.org/show_bug.cgi?id=1103188 Until that goes live you can use RTCRtpSender.replaceTrack() to replace a track sent over an RTCPeerConnection with another, if you want to play with WebAudio GainNodes for instance. *Andreas Pehrson