MCPcopy Create free account
hub / github.com/CyCoreSystems/ari-proxy / Stop

Method Stop

client/playback.go:45–50  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

43}
44
45func (p *playback) Stop(key *ari.Key) error {
46 return p.c.commandRequest(&proxy.Request{
47 Kind: "PlaybackStop",
48 Key: key,
49 })
50}
51
52func (p *playback) Subscribe(key *ari.Key, n ...string) ari.Subscription {
53 err := p.c.commandRequest(&proxy.Request{

Callers 9

TestPlaybackStopFunction · 0.45
runEntityCheckerMethod · 0.45
runAnnouncerMethod · 0.45
playbackStopMethod · 0.45
recordingLiveStopMethod · 0.45
MultipleRequestMethod · 0.45
MultipleRequestMethod · 0.45

Calls 1

commandRequestMethod · 0.80

Tested by 1

TestPlaybackStopFunction · 0.36