VideoRoomSessionMethodslockAsk a question|Copy page|View as Markdown|More actionslock lock(params): Promise<void> Locks the room. This prevents new participants from joining the room. Returns Promise<void> Example 1await roomSession.lock();