-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.DataPacketOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetKindValue().livekit.DataPacket.Kind kind = 1 [deprecated = true];abstract LivekitModels.DataPacket.KindgetKind().livekit.DataPacket.Kind kind = 1 [deprecated = true];abstract StringgetParticipantIdentity()participant identity of user that sent the messagestring participant_identity = 4;abstract ByteStringgetParticipantIdentityBytes()participant identity of user that sent the messagestring participant_identity = 4;abstract List<String>getDestinationIdentitiesList()identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;abstract intgetDestinationIdentitiesCount()identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;abstract StringgetDestinationIdentities(int index)identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;abstract ByteStringgetDestinationIdentitiesBytes(int index)identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;abstract booleanhasUser().livekit.UserPacket user = 2;abstract LivekitModels.UserPacketgetUser().livekit.UserPacket user = 2;abstract booleanhasSpeaker().livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];abstract LivekitModels.ActiveSpeakerUpdategetSpeaker().livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];abstract booleanhasSipDtmf().livekit.SipDTMF sip_dtmf = 6;abstract LivekitModels.SipDTMFgetSipDtmf().livekit.SipDTMF sip_dtmf = 6;abstract booleanhasTranscription().livekit.Transcription transcription = 7;abstract LivekitModels.TranscriptiongetTranscription().livekit.Transcription transcription = 7;abstract booleanhasMetrics().livekit.MetricsBatch metrics = 8;abstract LivekitMetrics.MetricsBatchgetMetrics().livekit.MetricsBatch metrics = 8;abstract booleanhasChatMessage().livekit.ChatMessage chat_message = 9;abstract LivekitModels.ChatMessagegetChatMessage().livekit.ChatMessage chat_message = 9;abstract booleanhasRpcRequest().livekit.RpcRequest rpc_request = 10;abstract LivekitModels.RpcRequestgetRpcRequest().livekit.RpcRequest rpc_request = 10;abstract booleanhasRpcAck().livekit.RpcAck rpc_ack = 11;abstract LivekitModels.RpcAckgetRpcAck().livekit.RpcAck rpc_ack = 11;abstract booleanhasRpcResponse().livekit.RpcResponse rpc_response = 12;abstract LivekitModels.RpcResponsegetRpcResponse().livekit.RpcResponse rpc_response = 12;abstract booleanhasStreamHeader().livekit.DataStream.Header stream_header = 13;abstract LivekitModels.DataStream.HeadergetStreamHeader().livekit.DataStream.Header stream_header = 13;abstract booleanhasStreamChunk().livekit.DataStream.Chunk stream_chunk = 14;abstract LivekitModels.DataStream.ChunkgetStreamChunk().livekit.DataStream.Chunk stream_chunk = 14;abstract booleanhasStreamTrailer().livekit.DataStream.Trailer stream_trailer = 15;abstract LivekitModels.DataStream.TrailergetStreamTrailer().livekit.DataStream.Trailer stream_trailer = 15;abstract booleanhasEncryptedPacket().livekit.EncryptedPacket encrypted_packet = 18;abstract LivekitModels.EncryptedPacketgetEncryptedPacket().livekit.EncryptedPacket encrypted_packet = 18;abstract intgetSequence()sequence number of reliable packetuint32 sequence = 16;abstract StringgetParticipantSid()sid of the user that sent the messagestring participant_sid = 17;abstract ByteStringgetParticipantSidBytes()sid of the user that sent the messagestring participant_sid = 17;abstract LivekitModels.DataPacket.ValueCasegetValueCase()-
-
Method Detail
-
getKindValue
@Deprecated() abstract int getKindValue()
.livekit.DataPacket.Kind kind = 1 [deprecated = true];
-
getKind
@Deprecated() abstract LivekitModels.DataPacket.Kind getKind()
.livekit.DataPacket.Kind kind = 1 [deprecated = true];
-
getParticipantIdentity
abstract String getParticipantIdentity()
participant identity of user that sent the messagestring participant_identity = 4;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
participant identity of user that sent the messagestring participant_identity = 4;
-
getDestinationIdentitiesList
abstract List<String> getDestinationIdentitiesList()
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;
-
getDestinationIdentitiesCount
abstract int getDestinationIdentitiesCount()
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;
-
getDestinationIdentities
abstract String getDestinationIdentities(int index)
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;- Parameters:
index- The index of the element to return.
-
getDestinationIdentitiesBytes
abstract ByteString getDestinationIdentitiesBytes(int index)
identities of participants who will receive the message (sent to all by default)repeated string destination_identities = 5;- Parameters:
index- The index of the element to return.
-
hasUser
abstract boolean hasUser()
.livekit.UserPacket user = 2;
-
getUser
abstract LivekitModels.UserPacket getUser()
.livekit.UserPacket user = 2;
-
hasSpeaker
@Deprecated() abstract boolean hasSpeaker()
.livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];
-
getSpeaker
@Deprecated() abstract LivekitModels.ActiveSpeakerUpdate getSpeaker()
.livekit.ActiveSpeakerUpdate speaker = 3 [deprecated = true];
-
hasSipDtmf
abstract boolean hasSipDtmf()
.livekit.SipDTMF sip_dtmf = 6;
-
getSipDtmf
abstract LivekitModels.SipDTMF getSipDtmf()
.livekit.SipDTMF sip_dtmf = 6;
-
hasTranscription
abstract boolean hasTranscription()
.livekit.Transcription transcription = 7;
-
getTranscription
abstract LivekitModels.Transcription getTranscription()
.livekit.Transcription transcription = 7;
-
hasMetrics
abstract boolean hasMetrics()
.livekit.MetricsBatch metrics = 8;
-
getMetrics
abstract LivekitMetrics.MetricsBatch getMetrics()
.livekit.MetricsBatch metrics = 8;
-
hasChatMessage
abstract boolean hasChatMessage()
.livekit.ChatMessage chat_message = 9;
-
getChatMessage
abstract LivekitModels.ChatMessage getChatMessage()
.livekit.ChatMessage chat_message = 9;
-
hasRpcRequest
abstract boolean hasRpcRequest()
.livekit.RpcRequest rpc_request = 10;
-
getRpcRequest
abstract LivekitModels.RpcRequest getRpcRequest()
.livekit.RpcRequest rpc_request = 10;
-
hasRpcAck
abstract boolean hasRpcAck()
.livekit.RpcAck rpc_ack = 11;
-
getRpcAck
abstract LivekitModels.RpcAck getRpcAck()
.livekit.RpcAck rpc_ack = 11;
-
hasRpcResponse
abstract boolean hasRpcResponse()
.livekit.RpcResponse rpc_response = 12;
-
getRpcResponse
abstract LivekitModels.RpcResponse getRpcResponse()
.livekit.RpcResponse rpc_response = 12;
-
hasStreamHeader
abstract boolean hasStreamHeader()
.livekit.DataStream.Header stream_header = 13;
-
getStreamHeader
abstract LivekitModels.DataStream.Header getStreamHeader()
.livekit.DataStream.Header stream_header = 13;
-
hasStreamChunk
abstract boolean hasStreamChunk()
.livekit.DataStream.Chunk stream_chunk = 14;
-
getStreamChunk
abstract LivekitModels.DataStream.Chunk getStreamChunk()
.livekit.DataStream.Chunk stream_chunk = 14;
-
hasStreamTrailer
abstract boolean hasStreamTrailer()
.livekit.DataStream.Trailer stream_trailer = 15;
-
getStreamTrailer
abstract LivekitModels.DataStream.Trailer getStreamTrailer()
.livekit.DataStream.Trailer stream_trailer = 15;
-
hasEncryptedPacket
abstract boolean hasEncryptedPacket()
.livekit.EncryptedPacket encrypted_packet = 18;
-
getEncryptedPacket
abstract LivekitModels.EncryptedPacket getEncryptedPacket()
.livekit.EncryptedPacket encrypted_packet = 18;
-
getSequence
abstract int getSequence()
sequence number of reliable packetuint32 sequence = 16;
-
getParticipantSid
abstract String getParticipantSid()
sid of the user that sent the messagestring participant_sid = 17;
-
getParticipantSidBytes
abstract ByteString getParticipantSidBytes()
sid of the user that sent the messagestring participant_sid = 17;
-
getValueCase
abstract LivekitModels.DataPacket.ValueCase getValueCase()
-
-
-
-