unlock

View as Markdown

unlock

  • unlock(params): Promise<void>

Unlocks the room if it had been previously locked. This allows new participants to join the room.

Returns

Promise<void>

Example

1await roomSession.unlock();