(key *ari.Key)
| 75 | } |
| 76 | |
| 77 | func (l *liveRecording) Stored(key *ari.Key) *ari.StoredRecordingHandle { |
| 78 | return ari.NewStoredRecordingHandle(key.New(ari.StoredRecordingKey, key.ID), l.c.StoredRecording(), nil) |
| 79 | } |
| 80 | |
| 81 | func (l *liveRecording) Subscribe(key *ari.Key, n ...string) ari.Subscription { |
| 82 | err := l.c.commandRequest(&proxy.Request{ |
nothing calls this directly
no test coverage detected