MCPcopy
hub / github.com/livekit/livekit / ListSIPTrunk

Method ListSIPTrunk

pkg/service/interfaces.go:96–96  ·  view source on GitHub ↗
(ctx context.Context, opts *livekit.ListSIPTrunkRequest)

Source from the content-addressed store, hash-verified

94 LoadSIPInboundTrunk(ctx context.Context, sipTrunkID string) (*livekit.SIPInboundTrunkInfo, error)
95 LoadSIPOutboundTrunk(ctx context.Context, sipTrunkID string) (*livekit.SIPOutboundTrunkInfo, error)
96 ListSIPTrunk(ctx context.Context, opts *livekit.ListSIPTrunkRequest) (*livekit.ListSIPTrunkResponse, error)
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

Callers 1

TestSIPStoreTrunkFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestSIPStoreTrunkFunction · 0.52