Mostafa Ghadamyari

Results 9 comments of Mostafa Ghadamyari

I am getting the same error for my Empirical distribution `NotImplementedError: quantile is not implemented: Empirical`

Is it possible to get the ID of the caller when using simpleUser? > SimpleUser only supports a single session currently and is attempting to abstract the API away to...

> Is it possible to get the ID of the caller when using simpleUser? > > > SimpleUser only supports a single session currently and is attempting to abstract the...

I had the same issue. I was using [bigbluebutton-docker](https://github.com/alangecker/bigbluebutton-docker) and was forwarding requests from apache to greenlight vm (10.7.7.1:5000) directly which is wrong. It was resolved when I forwarded requests...

> I had the same problem. domain.net/bigbluebutton/api is not accessible. I tracked this down into the core docker. If I ran: > > ``` > docker exec -it bbb-docker_core_1 /bin/bash...

It is discontinued apparently. See the post `WebRTC Stacks (v1 - September, 2022)` on [webrtc-developers.com](https://www.webrtc-developers.com/documentation/) website. From the diagram on the post, [node-datachannel](https://www.npmjs.com/package/node-datachannel) appears to be an actively developed alternative.

related https://github.com/coturn/coturn/issues/247#issuecomment-776663036

I am getting the same error on Google Colab. I installed chrome there using the following commands: ``` ! wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O google-chrome-stable_current_amd64.deb ! apt-get install -y -qq ./google-chrome-stable_current_amd64.deb...