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

Method StopWait

wait-tracks.go:32–34  ·  view source on GitHub ↗

StopWait 不再需要等待了

()

Source from the content-addressed store, hash-verified

30
31// StopWait 不再需要等待了
32func (w *waitTrackNames) StopWait() {
33 *w = nil
34}
35func (w waitTrackNames) InviteTrack(suber ISubscriber) {
36 if len(w) > 0 {
37 InviteTrack(w[0], suber)

Callers 2

AcceptMethod · 0.95
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected