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

Method VideoSource

client/bridge.go:235–243  ·  view source on GitHub ↗
(key *ari.Key, channelID string)

Source from the content-addressed store, hash-verified

233}
234
235func (b *bridge) VideoSource(key *ari.Key, channelID string) error {
236 return b.c.commandRequest(&proxy.Request{
237 Kind: "BridgeVideoSource",
238 Key: key,
239 BridgeVideoSource: &proxy.BridgeVideoSource{
240 Channel: channelID,
241 },
242 })
243}
244
245func (b *bridge) VideoSourceDelete(key *ari.Key) error {
246 return b.c.commandRequest(&proxy.Request{

Callers 1

bridgeVideoSourceMethod · 0.80

Calls 1

commandRequestMethod · 0.80

Tested by

no test coverage detected