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

Method VideoSourceDelete

client/bridge.go:245–250  ·  view source on GitHub ↗
(key *ari.Key)

Source from the content-addressed store, hash-verified

243}
244
245func (b *bridge) VideoSourceDelete(key *ari.Key) error {
246 return b.c.commandRequest(&proxy.Request{
247 Kind: "BridgeVideoSourceDelete",
248 Key: key,
249 })
250}

Callers 1

Calls 1

commandRequestMethod · 0.80

Tested by

no test coverage detected