respondEntry

fun respondEntry(pId: String, decision: String)

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")

Parameters

pId

the participant ID of the peer requesting entry

decision

the decision string (e.g., "allowed" or "denied")