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

Method Data

client/liveRecording.go:24–33  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

22}
23
24func (l *liveRecording) Data(key *ari.Key) (*ari.LiveRecordingData, error) {
25 data, err := l.c.dataRequest(&proxy.Request{
26 Kind: "RecordingLiveData",
27 Key: key,
28 })
29 if err != nil {
30 return nil, err
31 }
32 return data.LiveRecording, nil
33}
34
35func (l *liveRecording) Stop(key *ari.Key) error {
36 return l.c.commandRequest(&proxy.Request{

Callers

nothing calls this directly

Calls 1

dataRequestMethod · 0.80

Tested by

no test coverage detected