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