-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.UserPacketOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetParticipantSid()participant ID of user that sent the messagestring participant_sid = 1 [deprecated = true];abstract ByteStringgetParticipantSidBytes()participant ID of user that sent the messagestring participant_sid = 1 [deprecated = true];abstract StringgetParticipantIdentity()string participant_identity = 5 [deprecated = true];abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 5 [deprecated = true];abstract ByteStringgetPayload()user defined payloadbytes payload = 2;abstract List<String>getDestinationSidsList()the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];abstract intgetDestinationSidsCount()the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];abstract StringgetDestinationSids(int index)the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];abstract ByteStringgetDestinationSidsBytes(int index)the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];abstract List<String>getDestinationIdentitiesList()identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];abstract intgetDestinationIdentitiesCount()identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];abstract StringgetDestinationIdentities(int index)identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];abstract ByteStringgetDestinationIdentitiesBytes(int index)identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];abstract booleanhasTopic()topic under which the message was publishedoptional string topic = 4;abstract StringgetTopic()topic under which the message was publishedoptional string topic = 4;abstract ByteStringgetTopicBytes()topic under which the message was publishedoptional string topic = 4;abstract booleanhasId()Unique ID to identify the messageoptional string id = 8;abstract StringgetId()Unique ID to identify the messageoptional string id = 8;abstract ByteStringgetIdBytes()Unique ID to identify the messageoptional string id = 8;abstract booleanhasStartTime()start and end time allow relating the message to specific media timeoptional uint64 start_time = 9;abstract longgetStartTime()start and end time allow relating the message to specific media timeoptional uint64 start_time = 9;abstract booleanhasEndTime()optional uint64 end_time = 10;abstract longgetEndTime()optional uint64 end_time = 10;abstract ByteStringgetNonce()added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 11;-
-
Method Detail
-
getParticipantSid
@Deprecated() abstract String getParticipantSid()
participant ID of user that sent the messagestring participant_sid = 1 [deprecated = true];
-
getParticipantSidBytes
@Deprecated() abstract ByteString getParticipantSidBytes()
participant ID of user that sent the messagestring participant_sid = 1 [deprecated = true];
-
getParticipantIdentity
@Deprecated() abstract String getParticipantIdentity()
string participant_identity = 5 [deprecated = true];
-
getParticipantIdentityBytes
@Deprecated() abstract ByteString getParticipantIdentityBytes()
string participant_identity = 5 [deprecated = true];
-
getPayload
abstract ByteString getPayload()
user defined payloadbytes payload = 2;
-
getDestinationSidsList
@Deprecated() abstract List<String> getDestinationSidsList()
the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];
-
getDestinationSidsCount
@Deprecated() abstract int getDestinationSidsCount()
the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];
-
getDestinationSids
@Deprecated() abstract String getDestinationSids(int index)
the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getDestinationSidsBytes
@Deprecated() abstract ByteString getDestinationSidsBytes(int index)
the ID of the participants who will receive the message (sent to all by default)repeated string destination_sids = 3 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getDestinationIdentitiesList
@Deprecated() abstract List<String> getDestinationIdentitiesList()
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];
-
getDestinationIdentitiesCount
@Deprecated() abstract int getDestinationIdentitiesCount()
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];
-
getDestinationIdentities
@Deprecated() abstract String getDestinationIdentities(int index)
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];- Parameters:
index- The index of the element to return.
-
getDestinationIdentitiesBytes
@Deprecated() abstract ByteString getDestinationIdentitiesBytes(int index)
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 6 [deprecated = true];- Parameters:
index- The index of the element to return.
-
hasTopic
abstract boolean hasTopic()
topic under which the message was publishedoptional string topic = 4;
-
getTopic
abstract String getTopic()
topic under which the message was publishedoptional string topic = 4;
-
getTopicBytes
abstract ByteString getTopicBytes()
topic under which the message was publishedoptional string topic = 4;
-
hasId
abstract boolean hasId()
Unique ID to identify the messageoptional string id = 8;
-
getIdBytes
abstract ByteString getIdBytes()
Unique ID to identify the messageoptional string id = 8;
-
hasStartTime
abstract boolean hasStartTime()
start and end time allow relating the message to specific media timeoptional uint64 start_time = 9;
-
getStartTime
abstract long getStartTime()
start and end time allow relating the message to specific media timeoptional uint64 start_time = 9;
-
hasEndTime
abstract boolean hasEndTime()
optional uint64 end_time = 10;
-
getEndTime
abstract long getEndTime()
optional uint64 end_time = 10;
-
getNonce
abstract ByteString getNonce()
added by SDK to enable de-duping of messages, for INTERNAL USE ONLYbytes nonce = 11;
-
-
-
-