Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
func
(b *bridge) VideoSourceDelete(key *ari.Key) error {
246
return
b.c.commandRequest(&proxy.Request{
247
Kind:
"BridgeVideoSourceDelete"
,
248
Key: key,
249
})
250
}
Callers
1
bridgeVideoSourceDelete
Method · 0.80
Calls
1
commandRequest
Method · 0.80
Tested by
no test coverage detected