chrbsg

Results 23 comments of chrbsg

The PeerConnection is closed in Firefox.

I was getting this error with the trickle-ice sample in Chrome and "401: Unauthorized" in the turnserver log, apparently because the realm wasn't set in /etc/turnserver.conf, and the domainname wasn't...

Chrome (both desktop and Android) does not support echo cancellation of any non-webrtc audio - e.g. https://bugs.chromium.org/p/chromium/issues/detail?id=687574 - the only audio that is cancelled is audio received on the RTCPeerConnection...

@GerryWilko The original bug report here was about cancelling echo from audio being played in other tabs (Youtube). If that is your use case, then there is no working, cross-platform...

@FullstackJack it is not possible to read the audio that is being played by other arbitrary tabs in the browser. It would be a security risk if javascript code could...

@has-n Do you mean implementing AEC in WASM? I'm not convinced it would do anything more than the existing desktop Chrome AEC. Your code has no access to audio produced...

I downgraded azure-cli to 2.36.0 (`apt-get install azure-cli=2.36.0-1~focal`) but still get the same error when trying to publish a bot.

When I attempt to follow the "Create new resources" path, the "Configure resources" dialog says: ``` There was an authentication problem retrieving subscriptions. Verify your login session has not expired...

If I try "Import existing Azure resources" then I get the same error as with the handoff steps ("DEPLOY_ZIP_ERROR TypeError ERR_INVALID_CHAR Invalid character in header content Authorization").

The administrator thinks I already have the required permissions - I can create bots in the portal, web test works, and I can provision resources using the "handoff" commands. The...