MCPcopy Create free account
hub / github.com/Monibuca/engine / RemoveTrack

Method RemoveTrack

common/stream.go:13–13  ·  view source on GitHub ↗
(Track)

Source from the content-addressed store, hash-verified

11type IStream interface {
12 AddTrack(Track) *util.Promise[Track]
13 RemoveTrack(Track)
14 Close()
15 IsClosed() bool
16 SSRC() uint32

Callers 2

DetachMethod · 0.65
DetachMethod · 0.65

Implementers 1

Streamstream.go

Calls

no outgoing calls

Tested by

no test coverage detected