maddygoround

Results 5 comments of maddygoround

I will recommend to pass the media-projection data to webrtc using either lib-jinggle and then read the remote stream on web browser.

Sure. Thanks. I will let you know the result.

Any solution on this ?

I have modified the Authguard to support dynamic values for state. ``` getAuthenticateOptions(context: ExecutionContext): IAuthModuleOptions { const request = context.switchToHttp().getRequest() return { state: Buffer.from(JSON.stringify(request.query)).toString('hex'), } } ```