Hi! I am creating a web fallback UI for users who can’t install my timer app (mobile, Linux and security-restricted Mac/Win users). When the user joins the generated URL I’d like to show a list of participants who don’t have the app. In a very simple scenario, I get the following:
A-> Host (Mac)
B-> iPhone Zoom client
All in main room
When A calls getMeetingParticipants() it only gets a list with herself (B doesn’t show up). Is this to be expected?
Thanks,
Alan