Cross Platform Screen Sharing #241
Replies: 3 comments 1 reply
-
|
Hi @DarshanSahay, I am trying to be clear what the actual need is here. Did you mean the video doesn't show up on Android devices at all or did you mean you tried to call StartScreenCaptureForWeb on Android platform? |
Beta Was this translation helpful? Give feedback.
-
|
Hello sir , Thanks for replying. As for the above stated problem, I called the StartScreenCaptureForWeb method on webgl which later adds the VideoSurface component on other users who are also on webgl to see the screenshare. The same happens for android platform but the screenshare is not visible there. |
Beta Was this translation helpful? Give feedback.
-
|
I still don't understand what you did for Android exactly. The same StartScreenCaptureForWeb call won't work on Android. Can you share the code of what you implemented for Android? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @icywind , Yesterday I opened an issue describing the cross platform issue. The way I have implemented the screen sharing for webgl is through (RtcEngine.StartScreenCaptureForWeb) but this doesn't work with android platform. I saw on agora official site that they have a separate way of implementing the screen share. So I believe the data is being shared but not being displayed on Android since the voice chat feature is working fine.
Please let me know how should I approach this.
Beta Was this translation helpful? Give feedback.
All reactions