5

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?

gnat
  • 6,213
  • 108
  • 53
  • 73
Reema
  • 51
  • 1
  • 5
  • Did you find any solution to your problem? If so, can you direct me in right direction in this regards. – SamFast Oct 26 '15 at 13:33
  • @gnat. No. I didn't get. only audio call is possible. Don't have any idea about screen sharing. – Reema Oct 27 '15 at 05:45

1 Answers1

5

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.

Rick Sanchez
  • 4,528
  • 2
  • 27
  • 53