Marius Reichert
Marius Reichert
> I am also seeing this issue with AzureAd auth > > Setup Public -> NPM -> Blazor Docker App > > 502 bad gateway response when auth call back...
Okay thank you. I tried, and it solved the 502 error, but login over oauth did not work anyways
Have you tried passing jsRuntime as a parameter to the dialog? First you inject jsRuntime: ```c# [Inject] public IJSRuntime? js {get; set;} ``` Then use it in the DialogOptionsEx class:...
Addition: In the JS there is some kind of caching for streams. It is used for screen recordings. Could potentially be relatively easy to implement it just like this? Ill...
Next Addition: I managed to get it running by overwriting JS functions 'setupCapture' and 'stopCapture' manually to process a mostly unused Parameter in videoConstraints 'groupId' which i fill with the...
Since im not fully aware if my changes may cause other interference with the other funtionalities a call might be a good idea. I also dont know, if my adaptation...
Sure. Ill send you an Email. Edit: You should have it.