MCPcopy
hub / github.com/livekit/livekit / RemoveParticipant

Method RemoveParticipant

pkg/rtc/types/interfaces.go:743–743  ·  view source on GitHub ↗
(identity livekit.ParticipantIdentity, pID livekit.ParticipantID, reason ParticipantCloseReason)

Source from the content-addressed store, hash-verified

741 Name() livekit.RoomName
742 ID() livekit.RoomID
743 RemoveParticipant(identity livekit.ParticipantIdentity, pID livekit.ParticipantID, reason ParticipantCloseReason)
744 UpdateSubscriptions(
745 participant LocalParticipant,
746 trackIDs []livekit.TrackID,

Callers 8

StartSessionMethod · 0.65
RemoveParticipantMethod · 0.65
RemoveParticipantMethod · 0.65
DeleteSessionMethod · 0.65
TestJoinedStateFunction · 0.65
TestRoomJoinFunction · 0.65
TestRoomClosureFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 4

TestJoinedStateFunction · 0.52
TestRoomJoinFunction · 0.52
TestRoomClosureFunction · 0.52