Ahmed Elshafey
Ahmed Elshafey
Did anyone find a solution or workaround to this???? I have resorted to using the `@aws-sdk` (which has the **absolute worst** authentication flow) to get the correct token from cognito...
@micaelgallego Could you link snippet or anything for this hack? I've been looking around and no luck.
Ok so after some digging I managed to find [`video-room.component.ts`](https://github.com/OpenVidu/openvidu-call/blob/845a79726b472aa51f690ffd07df1092fc2acf6d/openvidu-call-front/src/app/video-room/video-room.component.ts#L355-L363), which is basically [`openvidu-webrtc.service.ts`](https://github.com/OpenVidu/openvidu-call/blob/845a79726b472aa51f690ffd07df1092fc2acf6d/openvidu-call-front/src/app/shared/services/openvidu-webrtc/openvidu-webrtc.service.ts#L88-L94) which uses two completely separate OpenVidu objects like you say. Not sessions, not publishers, not users....
The issue I have with it at the moment is the increased usage at server-side. Having a screen + video feed for every user cuts the number of users the...
Great. This now delivers all previous functionality with better verbosity, validation, customization options, slightly better performance for some components, and improvements to the repo organization and code. Outstanding items are:...
Well, with these changes, both of these usecases are supported. We would just need to update the demo page to remove `cd openvidu-call-react/openvidu-call-react` from step 4 and everything would still...
@pabloFuente @micaelgallego Is the code related to screen sharing extension still needed? given that the extension is deprecated I'm wondering why it's here. Can it be removed?
Ok not everything is done with this yet but it's working well enough to review. The only missing item is that sending messages in chat doesn't display a user image....
Thanks for the review, I'll get on these and update. On the last point, this is actually intentional and I'll PR doc updates for `openvidu-insecure-react`, `openvidu-library-react` and `openvidu-call-react` once this...