Detected the following WebRTC issue: Could not get your microphone for a WebRTC call. Do you want to try Flash instead?
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
We moved to spdy ssl a while ago and recently upgraded to http2.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
add-apt-repository ppa:nginx/development
apt-get update
apt-get install nginx
listen 443 ssl spdy;
add_header Strict-Transport-Security "max-age=63072000; includeSubdomains; preload";
Then, when there is a new major upgrade of bigbluebutton in the future, which includes a version of nginx that supports http2, all you have to do is replace "spdy" with "http2".
Hi Everyone,We've published documentation on how to modify a BigBlueButton 0.9 server to support HTTPS. SeeFor production servers, users are increasingly expecting content to be served from HTTPS.There is also another reason to support HTTPS: the upcoming Chrome 46, which is due for release soon, will not allow users to access their microphone via WebRTC unless the site is served from HTTPS (see https://goo.gl/u4TqKV).Therefore, we recommend that anyone running a BigBlueButton 0.9 server with WebRTC audio enabled configure the server for HTTPS.If you don't upgrade your server to support HTTPS then users will get the following error message when using Chrome 46 (and later). This message will appear after giving permission to access their microphoneDetected the following WebRTC issue: Could not get your microphone for a WebRTC call. Do you want to try Flash instead?Using Flash-based audio works as before.If you have any questions about adding support for HTTPS please post a follow-up to this thread.Regards,... Fred
--BigBlueButton DeveloperBigBlueButton on twitter: @bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at http://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To post to this group, send email to bigblueb...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-dev.
For more options, visit https://groups.google.com/d/optout.
![]()