mieszko4 / react-native-zoom-us

MIT License
123 stars 118 forks source link

Cant show active-screen and active views at the same time in custom ui #145

Open pmogollons opened 2 years ago

pmogollons commented 2 years ago

:thinking: It is working for me - see https://github.com/mieszko4/react-native-zoom-us-test/commit/27ecd8bc642678fe3dccb385b1ceae884c54504b

However, I cannot show both screen share an video at the same time

Originally posted by @mieszko4 in https://github.com/mieszko4/react-native-zoom-us/issues/142#issuecomment-930425871

pmogollons commented 2 years ago

I found this comments on the SDK Reference, still not an answer to the question, but might help to get there.

Only one preview video unit can be added in a MobileRTCVideoView. Only one active video unit can be added in a MobileRTCVideoView. Only one shared video unit can be added to the MobileRTCVideoView.

EDIT: Fixed the link to the correct page on docs

mieszko4 commented 2 years ago

I see, I guess then we cannot have both at the same time.

Also note that the link you've provided leads to the main SDK page (not specific one with the quotes you've provided)

pmogollons commented 2 years ago

You are right, I just updatded the link to the correct page in the docs.