AgoraIO-Extensions / Agora-Flutter-SDK

Flutter plugin of Agora RTC SDK for Android/iOS/macOS/Windows
https://pub.dev/packages/agora_rtc_engine
MIT License
721 stars 374 forks source link

Add #310

Closed rupamking1 closed 2 years ago

rupamking1 commented 3 years ago

Add

LichKing-2234 commented 3 years ago

The screen sharing needs multiple processes, so it will take a lot of time to implement it. We will develop for flutter2 first.

rupamking1 commented 3 years ago

Pls try to make it for web and desktop also.

JayPerfetto commented 3 years ago

My company implemented screen sharing ourselves using Agora RTM and a custom reactive event handling loop

EmmanuelJoshua commented 3 years ago

@JayPerfetto No chance of sharing? 👀

Muhammad-Ullah commented 2 years ago

@rupamking1 did you found any solution?

mrtordoide commented 2 years ago

@Muhammad-Ullah You can find an implementation example here: Screen share example

Muhammad-Ullah commented 2 years ago

@mrtordoide thanks

Muhammad-Ullah commented 2 years ago

@mrtordoide I am new to agora. I am getting error in the above mention code. It says in this line that: final helper = _engine.getScreenShareHelper();

getScreenShareHelper() is not define.

mrtordoide commented 2 years ago

@Muhammad-Ullah You need to import alpha version of agora rtc package or use dev/flutter2 branch of this repo in your project.

Muhammad-Ullah commented 2 years ago

@dart.global.IrisRtcEngine is not a constructor. How to solve this one?

mrtordoide commented 2 years ago

Have you imported AgoraRtcWrapper.js into index.html? https://github.com/AgoraIO/Agora-Flutter-SDK/tree/dev%2Fflutter2/example%2Fweb

Muhammad-Ullah commented 2 years ago

@mrtordoide can you drop whatsapp link of fiverr link?

fvisticot commented 2 years ago

@mrtordoide can you drop whatsapp link of fiverr link?

Same issue :( Did you fix your pb ?

Muhammad-Ullah commented 2 years ago

@fvisticot Sorry brother not yet

tp commented 2 years ago

The screen sharing needs multiple processes, so it will take a lot of time to implement it. We will develop for flutter2 first.

We have been using the screen sharing functionality from the dev/flutter2 branch successfully.

@LichKing-2234 I was just wondering what's the status there with regards to merging it to the mainline (as it's behind a few months of work, and I wondered if we're missing out on bug fixes for the core features while staying on that branch)?

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.