MCPcopy
hub / github.com/livekit/livekit / ID

Method ID

pkg/rtc/types/interfaces.go:742–742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

740type Room interface {
741 Name() livekit.RoomName
742 ID() livekit.RoomID
743 RemoveParticipant(identity livekit.ParticipantIdentity, pID livekit.ParticipantID, reason ParticipantCloseReason)
744 UpdateSubscriptions(
745 participant LocalParticipant,

Callers 15

AddSubscriberMethod · 0.65
MarshalLogObjectMethod · 0.65
AddTrackMethod · 0.65
TestJoinedStateFunction · 0.65
TestRoomJoinFunction · 0.65
TestParticipantUpdateFunction · 0.65
TestRoomClosureFunction · 0.65
TestActiveSpeakersFunction · 0.65

Implementers 2

Roompkg/rtc/room.go
FakeRoompkg/rtc/types/typesfakes/fake_room.go

Calls

no outgoing calls

Tested by 15

TestJoinedStateFunction · 0.52
TestRoomJoinFunction · 0.52
TestParticipantUpdateFunction · 0.52
TestRoomClosureFunction · 0.52
TestActiveSpeakersFunction · 0.52
TestDataChannelFunction · 0.52
TestHiddenParticipantsFunction · 0.52
TestUnsubscribeFunction · 0.52
TestWebhooksFunction · 0.52
TestMultiNodeRoutingFunction · 0.52