letIn

abstract fun letIn(membership: CallMembership)

Admit a CallMembership into the meeting from the lobby. This should be called by moderator.

Since

2.4.0

Parameters

membership

the call membership that waiting in lobby.


abstract fun letIn(memberships: List<CallMembership>)

Admit CallMemberships into the meeting from the lobby. This should be called by moderator.

Since

2.4.0

Parameters

memberships

the call memberships that waiting in lobby.