Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Screen sharing in native Android application using webrtc

I searched many documents but didn't find any exact solution for my problem. I want to implement audio call and screen sharing in Android native application using webrtc without using any third party sdk.

I found one demo example i.e apprtc but it supports only audio call. How to implement screen sharing too?

like image 467
Reema Avatar asked Oct 13 '15 06:10

Reema


People also ask

Can WebRTC use on Android app?

You can use WebRTC facilities in the Android Platform with the help of Ant Media Server's Native WebRTC Android SDK. In this blog post, features of Webrtc Android SDK will be presented with a sample Android project which comes bundled with the SDK.


1 Answers

This answer may be irrelevant for the OP, since the question is very old.

Anyway, for anyone in the future searching for something similar, check this commit in webrtc repo. It adds a screen capturer for Android.

like image 178
Rick Sanchez Avatar answered Nov 03 '22 21:11

Rick Sanchez