-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.CreateSIPOutboundTrunkRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasTrunk()Trunk ID is ignored.livekit.SIPOutboundTrunkInfo trunk = 1;abstract LivekitSip.SIPOutboundTrunkInfogetTrunk()Trunk ID is ignored.livekit.SIPOutboundTrunkInfo trunk = 1;-
-
Method Detail
-
hasTrunk
abstract boolean hasTrunk()
Trunk ID is ignored.livekit.SIPOutboundTrunkInfo trunk = 1;
-
getTrunk
abstract LivekitSip.SIPOutboundTrunkInfo getTrunk()
Trunk ID is ignored.livekit.SIPOutboundTrunkInfo trunk = 1;
-
-
-
-