MCPcopy
hub / github.com/livekit/livekit / CreateRoom

Method CreateRoom

pkg/service/interfaces.go:84–84  ·  view source on GitHub ↗
(ctx context.Context, req *livekit.CreateRoomRequest, isExplicit bool)

Source from the content-addressed store, hash-verified

82 AutoCreateEnabled(ctx context.Context) bool
83 SelectRoomNode(ctx context.Context, roomName livekit.RoomName, nodeID livekit.NodeID) error
84 CreateRoom(ctx context.Context, req *livekit.CreateRoomRequest, isExplicit bool) (*livekit.Room, *livekit.RoomInternal, bool, error)
85 ValidateCreateRoom(ctx context.Context, roomName livekit.RoomName) error
86}
87

Callers 13

getOrCreateRoomMethod · 0.65
CreateRoomMethod · 0.65
DeleteRoomMethod · 0.65
CreateDispatchMethod · 0.65
TestCreateRoomFunction · 0.65
TestMetaDataLimitsFunction · 0.65
TestAgentNamespacesFunction · 0.65
closeNonRTCRoomFunction · 0.65
roomServiceListRoomFunction · 0.65
TestMultiNodeRoutingFunction · 0.65
TestAutoCreateFunction · 0.65

Implementers 2

StandardRoomAllocatorpkg/service/roomallocator.go
FakeRoomAllocatorpkg/service/servicefakes/fake_room_all

Calls

no outgoing calls

Tested by 7

TestCreateRoomFunction · 0.52
TestMetaDataLimitsFunction · 0.52
TestAgentNamespacesFunction · 0.52
TestMultiNodeRoutingFunction · 0.52
TestAutoCreateFunction · 0.52