Reema
Reema

Reputation: 51

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?

Upvotes: 5

Views: 4582

Answers (1)

Rick Sanchez
Rick Sanchez

Reputation: 4756

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.

Upvotes: 5

Related Questions