Jamie Woods

Results 18 comments of Jamie Woods

If anyone is looking for a solution to this that works on recent browsers, try the following snippet in the callback: const blob = new Blob([data], { type: 'application/pdf' });...

I'll have a go at implementing OpenID tonight and open a PR

I've opened a PR that adds OpenID Connect support. I've tested it with two providers (one we run in-house, and against Google), and it appears to be working as intended.

I've had success building `node-webrtc` for Windows x86 (we required a 32-bit version as some of our customers still run 32-bit Windows 10). If anyone is struggling to build successfully,...

We're observing this issue on Server 2022 too, after a node reboots and a large number of pods are rescheduled in a short period of time (AKSWindows-2022-containerd-20348.1006.220913)

Here's a use case that hopefully details why I think this necessary: - webrtc-streamer runs behind a corporate proxy A on network A - Client runs behind a corporate proxy...

Ah! Seems that a patch got swept into the PR that makes the picker float, when it is in a container with `overflow: scroll/hidden` set. This fixes what you could...

Is there any momentum on this? Last week, as noted elsewhere, Chrome rolled out storage partitioning to 100% of users, which has broken our WebRTC application, as there is now...

@johannhof Sadly I'm not too familiar with the details of how it's implemented in Firefox - from my observation, for most users it "just works" but, where it doesn't (often...

Are there any current plans to support cross-browser compatibility? I can think of quite a few use cases where it is important to support non-Chromium browsers.