Closed msahu2595 closed 11 months ago
This PR adds a Screen Share feature on both platforms. It can be used by calling setScreenShareEnabled & listen to the onScreenShareChanged callback. It solves #535 , #635 , #638 & #618 in which @slycoder was positive about the change. Have tested the code and it runs without issues for RN 0.64.4
This PR adds a Screen Share feature on both platforms.
Screen Share
It can be used by calling setScreenShareEnabled & listen to the onScreenShareChanged callback.
setScreenShareEnabled
onScreenShareChanged
It solves #535 , #635 , #638 & #618 in which @slycoder was positive about the change.
Have tested the code and it runs without issues for RN 0.64.4
Hi @slycoder, please let me know if there is any issue with this PR.