respond Entry
This method can be used to respond to a participant's entry request.
Events:
onEntryResponded— emitted when an entry request is responded to
Code Example:
meeting.respondEntry(participantId, "allowed")
Content copied to clipboard
Parameters
p Id
the participant ID of the peer requesting entry
decision
the decision string (e.g., "allowed" or "denied")