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

Method Detach

track/audio.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (a *Audio) Detach() {
32 a.Publisher.GetStream().RemoveTrack(a)
33}
34
35func (a *Audio) GetName() string {
36 if a.Name == "" {

Callers

nothing calls this directly

Calls 2

RemoveTrackMethod · 0.65
GetStreamMethod · 0.65

Tested by

no test coverage detected