jitsi-meet
jitsi-meet copied to clipboard
[React native SDK] [iOS] - Screen share cannot working
Description:
When starting screen sharing in lib-jitsi-meet, an error is thrown Replacing a track of videoType=camera with a track of videoType=desktop is not supported in this mode. in JitsiConference.js
What is meant by mode? Why can't camera/desktop tracks be replaced? Any ideas how to get round this?
Steps to reproduce:
- Join to conference with participants.
- Click on share screen button.
Expected behavior:
Screen sharing for participants.
Actual behavior:
Screen not sharing for participants, lib-jitsi-meet thrown error.
react/features/base/tracks/actions.any.ts
JitsiConference.js
Additional information:
The camera track type and sharing screen track type are indeed different, but why can't they be replaced? What is the reason for the prohibition of this action?
What version of LJM are you using?
So you are using our RN SDK, right? What server are you connecting to?
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.