AgoraIO-Community / VideoUIKit-Android

An Android package to simply integrate Agora Video Calling or Live Video Streaming to your app with just a few lines of code.
https://agoraio-community.github.io/VideoUIKit-Android/
MIT License
25 stars 16 forks source link

Screen Share while video calling #20

Closed thegitparticle closed 6 days ago

thegitparticle commented 3 years ago

Is your feature request related to a problem? Please describe. Screen sharing while video calling.

Describe the solution you'd like An options to share screen while talking with people. Here is the agora docs implementation of it - https://docs.agora.io/en/Video/screensharing_android?platform=Android

Meherdeep commented 3 years ago

@thegitparticle Screen sharing is in our roadmap and will soon be added to the UIKit in the coming releases.

thegitparticle commented 3 years ago

@Meherdeep meanwhile, are there any kotlin based implementations I can refer to for screen sharing?

Meherdeep commented 3 years ago

@thegitparticle Sorry there are no official Kotlin based screen sharing examples available as of now. But there is a java screen sharing guide that you can refer: https://docs.agora.io/en/Video/screensharing_android?platform=Android

vishalkumarsinghvi commented 2 years ago

@Meherdeep Any repo or working example is there on Github or medium.

maxxfrazer commented 2 years ago

@vishalkumarsinghvi this repo has a screen sharing example for android https://github.com/AgoraIO/API-Examples

vishalkumarsinghvi commented 2 years ago

Hey @maxxfrazer , Thank you for replying but the documentation and example was very complecated to understand.