-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.SIPUriOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUser()string user = 1;abstract ByteStringgetUserBytes()string user = 1;abstract StringgetHost()string host = 2;abstract ByteStringgetHostBytes()string host = 2;abstract StringgetIp()string ip = 3;abstract ByteStringgetIpBytes()string ip = 3;abstract intgetPort()uint32 port = 4;abstract intgetTransportValue().livekit.SIPTransport transport = 5;abstract LivekitSip.SIPTransportgetTransport().livekit.SIPTransport transport = 5;-
-
Method Detail
-
getUserBytes
abstract ByteString getUserBytes()
string user = 1;
-
getHostBytes
abstract ByteString getHostBytes()
string host = 2;
-
getIpBytes
abstract ByteString getIpBytes()
string ip = 3;
-
getPort
abstract int getPort()
uint32 port = 4;
-
getTransportValue
abstract int getTransportValue()
.livekit.SIPTransport transport = 5;
-
getTransport
abstract LivekitSip.SIPTransport getTransport()
.livekit.SIPTransport transport = 5;
-
-
-
-