Hello,
Mediasoup v3 Server & Client latest builds:
- Getting Stream using getDisplayMedia for screen/appl sharing
- Followed doc guidelines & demo code
- Transport, Producer, Consumer are created on Server & Client
- ScreenShare Video is shown on sender side but not on Receiving/consumer
How can I debug further?
Appreciate of any inputs.
Note:
- My Solution is based on Nodejs + AngularJS. A working solution with v2
- Transpiled Mediasoup Client v3 for es5 and used in the webapp
- Added debug for node server. Not sure how to add debug for Client.