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

Method recordingLiveStop

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

Source from the content-addressed store, hash-verified

57}
58
59func (s *Server) recordingLiveStop(ctx context.Context, reply string, req *proxy.Request) {
60 s.sendError(reply, s.ari.LiveRecording().Stop(req.Key))
61}
62
63func (s *Server) recordingLiveUnmute(ctx context.Context, reply string, req *proxy.Request) {
64 s.sendError(reply, s.ari.LiveRecording().Unmute(req.Key))

Callers

nothing calls this directly

Calls 3

sendErrorMethod · 0.95
LiveRecordingMethod · 0.80
StopMethod · 0.45

Tested by

no test coverage detected