MCPcopy
hub / github.com/livekit/livekit / ListSIPInboundTrunk

Method ListSIPInboundTrunk

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

Source from the content-addressed store, hash-verified

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
100

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