MCPcopy
hub / github.com/livekit/livekit / DeleteSIPTrunk

Method DeleteSIPTrunk

pkg/service/interfaces.go:99–99  ·  view source on GitHub ↗
(ctx context.Context, sipTrunkID string)

Source from the content-addressed store, hash-verified

97 ListSIPInboundTrunk(ctx context.Context, opts *livekit.ListSIPInboundTrunkRequest) (*livekit.ListSIPInboundTrunkResponse, error)
98 ListSIPOutboundTrunk(ctx context.Context, opts *livekit.ListSIPOutboundTrunkRequest) (*livekit.ListSIPOutboundTrunkResponse, error)
99 DeleteSIPTrunk(ctx context.Context, sipTrunkID string) error
100
101 StoreSIPDispatchRule(ctx context.Context, info *livekit.SIPDispatchRuleInfo) error
102 LoadSIPDispatchRule(ctx context.Context, sipDispatchRuleID string) (*livekit.SIPDispatchRuleInfo, error)

Callers 2

TestSIPStoreTrunkFunction · 0.65
DeleteSIPTrunkMethod · 0.65

Implementers 2

RedisStorepkg/service/redisstore.go
FakeSIPStorepkg/service/servicefakes/fake_sipstore

Calls

no outgoing calls

Tested by 1

TestSIPStoreTrunkFunction · 0.52