-1

how to implement screen share in agora video call in react native? in agora documentation provide code but that not an react code example link. so how inegrated in react native. please provide example

rahul patil
  • 67
  • 2
  • 14

1 Answers1

1

The React Native SDK now supports screen-sharing. You can use the startScreenCapture method to share you screen.

Old Answer:
Agora React Native SDK does not support screen sharing out of the box, however you can setup screen sharing by using the underlying Android and iOS SDKs. You can use the Android example that you referenced in your example link and write a bridge to invoke the java method from React-Native.

Ekaansh Arora
  • 1,168
  • 6
  • 15