enable locking on a specific room to prevent race returns a (lock uuid, error)
(ctx context.Context, roomName livekit.RoomName, duration time.Duration)
| 33 | // enable locking on a specific room to prevent race |
| 34 | // returns a (lock uuid, error) |
| 35 | LockRoom(ctx context.Context, roomName livekit.RoomName, duration time.Duration) (string, error) |
| 36 | UnlockRoom(ctx context.Context, roomName livekit.RoomName, uid string) error |
| 37 | |
| 38 | StoreRoom(ctx context.Context, room *livekit.Room, internal *livekit.RoomInternal) error |
no outgoing calls