webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
174 stars 344 forks source link

Webex screen share does not work from the browser-plugin-meetings sample using Chrome on a Mac #3973

Open pct196 opened 5 days ago

pct196 commented 5 days ago

Describe the bug

When publishing a screen share to the webex meeting using the browser-plugin-meetings sample, other participant on the call CANNOT see the screen share.

This issue was reproduced using v3.6.0 of the SDK.

To Reproduce

Expected behavior

A screen share can be published to the webex meeting which is seen by other participants.

Screenshots

I've uploaded a video showing the issue to YouTube.

Platform (please complete the following information):

Additional context

Here are my console logs.

MikePhub commented 5 days ago

Hello, Was this working previously and if so have you changed anything like OS or Browser versions?

I did notice some messages in the logs indicating no share RTP packets had been sent. Are you on a restricted network or VPN when this is happening?

10:44:29.114 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets received 0 10:44:34.115 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets sent undefined 10:44:34.115 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets received 0 10:44:39.112 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets sent undefined 10:44:39.112 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets received 0 10:44:44.115 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets sent undefined 10:44:44.115 webex.min.js:2 wx-js-sdk StatsAnalyzer:index#compareLastStatsResult --> No share RTP packets received 0

pct196 commented 5 days ago

Hi, @MikePhub. I am not on a restricted network or VPN. This works fine with Firefox. I'm just recreating my videos and console logs with v3.6.0 as I realised I'd used an old version of the SDK. Paul

MikePhub commented 5 days ago

Hi @pct196, Sorry I missed you were running it locally. Can you also try from our hosted sample at https://webex.github.io/webex-js-sdk/samples/browser-plugin-meetings/?

pct196 commented 5 days ago

Hi, @MikePhub.

I've just tested using the link above. The same issue occurs with Chrome where participants on the call do not see the screen share.

I've updated my initial description above to include videos and console logs using the v3.6.0 SDK from chrome and firefox.

Paul

pct196 commented 4 days ago

Hi, @MikePhub. Is there anything else you need from me for this issue please? Cheers, Paul

sreenara commented 1 day ago

The team is currently looking into this issue @pct196