Closed gopidevarapalli closed 3 years ago
accessState()
will show “lobby”). In this state, they should NOT be able to see other participants’ audio or video and vice versa.requestAccess()
to request “full” accesswaiting-participant-added
event to detect that a new participant is awaiting “full” access to the meeting, and grant the requested access with a call to updateWaitingParticipant()
Closing the issue, as it appears not to be a bug (but of course, let me know if I've misunderstood!) For troubleshooting and help using our APIs, don't hesitate to hit up help@daily.co.
when I try to call updateWaitingParticipant('5f08d070-c94a-4a8b-86db-94959868494', {grantRequestedAccess:true}) it is throwing error like below.
Error: updateWaitingParticipant() only supported for joined meetings
Do you have any pre built react native code for this functionality so that we can take reference from there.
In web we are able to see knocking system i.e Requesting to join and accepting the request from owner.
But from react native mobile app we are able to join directly even though enable_knocking set to true and is_owner set to true/false for owner/participant respectively. Is it possible in react native to implement the same functionality as mentioned the screenshots?