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

Method playbackStop

server/playback.go:40–42  ·  view source on GitHub ↗
(ctx context.Context, reply string, req *proxy.Request)

Source from the content-addressed store, hash-verified

38}
39
40func (s *Server) playbackStop(ctx context.Context, reply string, req *proxy.Request) {
41 s.sendError(reply, s.ari.Playback().Stop(req.Key))
42}
43
44func (s *Server) playbackSubscribe(ctx context.Context, reply string, req *proxy.Request) {
45 // bind dialog

Callers

nothing calls this directly

Calls 3

sendErrorMethod · 0.95
PlaybackMethod · 0.80
StopMethod · 0.45

Tested by

no test coverage detected