-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.SIPCallInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetCallId()string call_id = 1;abstract ByteStringgetCallIdBytes()string call_id = 1;abstract StringgetTrunkId()string trunk_id = 2;abstract ByteStringgetTrunkIdBytes()string trunk_id = 2;abstract StringgetDispatchRuleId()string dispatch_rule_id = 16;abstract ByteStringgetDispatchRuleIdBytes()string dispatch_rule_id = 16;abstract StringgetRegion()string region = 17;abstract ByteStringgetRegionBytes()string region = 17;abstract StringgetRoomName()string room_name = 3;abstract ByteStringgetRoomNameBytes()string room_name = 3;abstract StringgetRoomId()ID of the current/previous room published tostring room_id = 4;abstract ByteStringgetRoomIdBytes()ID of the current/previous room published tostring room_id = 4;abstract StringgetParticipantIdentity()string participant_identity = 5;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 5;abstract intgetParticipantAttributesCount()map<string, string> participant_attributes = 18;abstract booleancontainsParticipantAttributes(String key)map<string, string> participant_attributes = 18;abstract Map<String, String>getParticipantAttributes()Use getParticipantAttributesMap instead. abstract Map<String, String>getParticipantAttributesMap()map<string, string> participant_attributes = 18;abstract StringgetParticipantAttributesOrDefault(String key, String defaultValue)map<string, string> participant_attributes = 18;abstract StringgetParticipantAttributesOrThrow(String key)map<string, string> participant_attributes = 18;abstract booleanhasFromUri().livekit.SIPUri from_uri = 6;abstract LivekitSip.SIPUrigetFromUri().livekit.SIPUri from_uri = 6;abstract booleanhasToUri().livekit.SIPUri to_uri = 7;abstract LivekitSip.SIPUrigetToUri().livekit.SIPUri to_uri = 7;abstract longgetCreatedAt()int64 created_at = 9 [deprecated = true];abstract longgetStartedAt()int64 started_at = 10 [deprecated = true];abstract longgetEndedAt()int64 ended_at = 11 [deprecated = true];abstract List<LivekitSip.SIPFeature>getEnabledFeaturesList()repeated .livekit.SIPFeature enabled_features = 14;abstract intgetEnabledFeaturesCount()repeated .livekit.SIPFeature enabled_features = 14;abstract LivekitSip.SIPFeaturegetEnabledFeatures(int index)repeated .livekit.SIPFeature enabled_features = 14;abstract List<Integer>getEnabledFeaturesValueList()repeated .livekit.SIPFeature enabled_features = 14;abstract intgetEnabledFeaturesValue(int index)repeated .livekit.SIPFeature enabled_features = 14;abstract intgetCallDirectionValue().livekit.SIPCallDirection call_direction = 15;abstract LivekitSip.SIPCallDirectiongetCallDirection().livekit.SIPCallDirection call_direction = 15;abstract intgetCallStatusValue().livekit.SIPCallStatus call_status = 8;abstract LivekitSip.SIPCallStatusgetCallStatus().livekit.SIPCallStatus call_status = 8;abstract longgetCreatedAtNs()int64 created_at_ns = 22;abstract longgetStartedAtNs()int64 started_at_ns = 23;abstract longgetEndedAtNs()int64 ended_at_ns = 24;abstract intgetDisconnectReasonValue().livekit.DisconnectReason disconnect_reason = 12;abstract LivekitModels.DisconnectReasongetDisconnectReason().livekit.DisconnectReason disconnect_reason = 12;abstract StringgetError()string error = 13;abstract ByteStringgetErrorBytes()string error = 13;abstract booleanhasCallStatusCode().livekit.SIPStatus call_status_code = 19;abstract LivekitSip.SIPStatusgetCallStatusCode().livekit.SIPStatus call_status_code = 19;abstract StringgetAudioCodec()string audio_codec = 20;abstract ByteStringgetAudioCodecBytes()string audio_codec = 20;abstract StringgetMediaEncryption()string media_encryption = 21;abstract ByteStringgetMediaEncryptionBytes()string media_encryption = 21;abstract StringgetPcapFileLink()string pcap_file_link = 25;abstract ByteStringgetPcapFileLinkBytes()string pcap_file_link = 25;abstract List<Any>getCallContextList()repeated .google.protobuf.Any call_context = 26;abstract AnygetCallContext(int index)repeated .google.protobuf.Any call_context = 26;abstract intgetCallContextCount()repeated .google.protobuf.Any call_context = 26;-
-
Method Detail
-
getCallIdBytes
abstract ByteString getCallIdBytes()
string call_id = 1;
-
getTrunkId
abstract String getTrunkId()
string trunk_id = 2;
-
getTrunkIdBytes
abstract ByteString getTrunkIdBytes()
string trunk_id = 2;
-
getDispatchRuleId
abstract String getDispatchRuleId()
string dispatch_rule_id = 16;
-
getDispatchRuleIdBytes
abstract ByteString getDispatchRuleIdBytes()
string dispatch_rule_id = 16;
-
getRegionBytes
abstract ByteString getRegionBytes()
string region = 17;
-
getRoomName
abstract String getRoomName()
string room_name = 3;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 3;
-
getRoomId
abstract String getRoomId()
ID of the current/previous room published tostring room_id = 4;
-
getRoomIdBytes
abstract ByteString getRoomIdBytes()
ID of the current/previous room published tostring room_id = 4;
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 5;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 5;
-
getParticipantAttributesCount
abstract int getParticipantAttributesCount()
map<string, string> participant_attributes = 18;
-
containsParticipantAttributes
abstract boolean containsParticipantAttributes(String key)
map<string, string> participant_attributes = 18;
-
getParticipantAttributes
@Deprecated() abstract Map<String, String> getParticipantAttributes()
Use getParticipantAttributesMap instead.
-
getParticipantAttributesMap
abstract Map<String, String> getParticipantAttributesMap()
map<string, string> participant_attributes = 18;
-
getParticipantAttributesOrDefault
abstract String getParticipantAttributesOrDefault(String key, String defaultValue)
map<string, string> participant_attributes = 18;
-
getParticipantAttributesOrThrow
abstract String getParticipantAttributesOrThrow(String key)
map<string, string> participant_attributes = 18;
-
hasFromUri
abstract boolean hasFromUri()
.livekit.SIPUri from_uri = 6;
-
getFromUri
abstract LivekitSip.SIPUri getFromUri()
.livekit.SIPUri from_uri = 6;
-
hasToUri
abstract boolean hasToUri()
.livekit.SIPUri to_uri = 7;
-
getToUri
abstract LivekitSip.SIPUri getToUri()
.livekit.SIPUri to_uri = 7;
-
getCreatedAt
@Deprecated() abstract long getCreatedAt()
int64 created_at = 9 [deprecated = true];
-
getStartedAt
@Deprecated() abstract long getStartedAt()
int64 started_at = 10 [deprecated = true];
-
getEndedAt
@Deprecated() abstract long getEndedAt()
int64 ended_at = 11 [deprecated = true];
-
getEnabledFeaturesList
abstract List<LivekitSip.SIPFeature> getEnabledFeaturesList()
repeated .livekit.SIPFeature enabled_features = 14;
-
getEnabledFeaturesCount
abstract int getEnabledFeaturesCount()
repeated .livekit.SIPFeature enabled_features = 14;
-
getEnabledFeatures
abstract LivekitSip.SIPFeature getEnabledFeatures(int index)
repeated .livekit.SIPFeature enabled_features = 14;- Parameters:
index- The index of the element to return.
-
getEnabledFeaturesValueList
abstract List<Integer> getEnabledFeaturesValueList()
repeated .livekit.SIPFeature enabled_features = 14;
-
getEnabledFeaturesValue
abstract int getEnabledFeaturesValue(int index)
repeated .livekit.SIPFeature enabled_features = 14;- Parameters:
index- The index of the value to return.
-
getCallDirectionValue
abstract int getCallDirectionValue()
.livekit.SIPCallDirection call_direction = 15;
-
getCallDirection
abstract LivekitSip.SIPCallDirection getCallDirection()
.livekit.SIPCallDirection call_direction = 15;
-
getCallStatusValue
abstract int getCallStatusValue()
.livekit.SIPCallStatus call_status = 8;
-
getCallStatus
abstract LivekitSip.SIPCallStatus getCallStatus()
.livekit.SIPCallStatus call_status = 8;
-
getCreatedAtNs
abstract long getCreatedAtNs()
int64 created_at_ns = 22;
-
getStartedAtNs
abstract long getStartedAtNs()
int64 started_at_ns = 23;
-
getEndedAtNs
abstract long getEndedAtNs()
int64 ended_at_ns = 24;
-
getDisconnectReasonValue
abstract int getDisconnectReasonValue()
.livekit.DisconnectReason disconnect_reason = 12;
-
getDisconnectReason
abstract LivekitModels.DisconnectReason getDisconnectReason()
.livekit.DisconnectReason disconnect_reason = 12;
-
getErrorBytes
abstract ByteString getErrorBytes()
string error = 13;
-
hasCallStatusCode
abstract boolean hasCallStatusCode()
.livekit.SIPStatus call_status_code = 19;
-
getCallStatusCode
abstract LivekitSip.SIPStatus getCallStatusCode()
.livekit.SIPStatus call_status_code = 19;
-
getAudioCodec
abstract String getAudioCodec()
string audio_codec = 20;
-
getAudioCodecBytes
abstract ByteString getAudioCodecBytes()
string audio_codec = 20;
-
getMediaEncryption
abstract String getMediaEncryption()
string media_encryption = 21;
-
getMediaEncryptionBytes
abstract ByteString getMediaEncryptionBytes()
string media_encryption = 21;
-
getPcapFileLink
abstract String getPcapFileLink()
string pcap_file_link = 25;
-
getPcapFileLinkBytes
abstract ByteString getPcapFileLinkBytes()
string pcap_file_link = 25;
-
getCallContextList
abstract List<Any> getCallContextList()
repeated .google.protobuf.Any call_context = 26;
-
getCallContext
abstract Any getCallContext(int index)
repeated .google.protobuf.Any call_context = 26;
-
getCallContextCount
abstract int getCallContextCount()
repeated .google.protobuf.Any call_context = 26;
-
-
-
-