aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
101 stars 24 forks source link

Ho can I integrate screen sharing in react native ? Any suggestion and recommendation or any paid services ? #115

Closed AliSaeed090 closed 2 years ago

AliSaeed090 commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

linsang21 commented 2 years ago

Hi @AliSaeed090, the screen share would need to access to the system APIs, which needs to implement on the native side. You can look at native examples, Android, iOS. And then uses the bridging code to invoke the native code.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.