voxeet / voxeet-sdk-ios

The Dolby.io Communications SDK for iOS.
https://docs.dolby.io/communications-apis/docs/ios-overview
Other
3 stars 0 forks source link

is there any ios screen sharing sample project using voxeet-sdk ? #66

Closed mohd-afid closed 1 year ago

WingofaGriffin commented 1 year ago

Hi @mohd-afid. We have a getting started guide to use the screen sharing feature you can find here: https://docs.dolby.io/communications-apis/docs/implement-screen-sharing-for-ios

We also have a sample app for this you can find here: https://github.com/dolbyio-samples/comms-sdk-ios-getting-started

Let me know if that is what you're looking for, or if you are looking for something different.

mohd-afid commented 1 year ago

@WingofaGriffin i am using flutter to develop screen sharing app. above shown sample project isn't flutter.

codlab commented 1 year ago

You actually did open a ticket in the native sdk repository. Regarding flutter you can have more information going into https://github.com/DolbyIO/comms-sdk-flutter ; specifically you can see in its internal test app the mechanism regarding starting screen share sessions:

https://github.com/DolbyIO/comms-sdk-flutter/blob/1e05c1b9b4d06743b5a6dd2ca71a3b25fed6883b/test_app/lib/screens/participant_screen/conference_controls.dart#L170

mohd-afid commented 1 year ago

https://github.com/flutter-webrtc/flutter-webrtc/wiki/iOS-Screen-Sharing currently worked fine for me . i followed above url