appsroxcom / WebRTCAndroid

WebRTC Android Video Chat reference project based on AppRTCMobile
https://webrtc.org/native-code/android/
BSD 3-Clause "New" or "Revised" License
79 stars 27 forks source link

How to share screen remotely in a video call? #2

Closed vismay11 closed 5 years ago

vismay11 commented 5 years ago

What if someone wants to share their screen in an ongoing video call? Sharing screen by going to SettingsActivity is fine but it's real use is when we can share our screen in an ongoing video call.

duttaiam commented 5 years ago

As you have pointed out screen sharing functionality exists but you will have to tweak the code to make it available in the call screen. This is just a demo project for webrtc android.