-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.PublishDataTrackRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetPubHandle()Client-assigned, 16-bit identifier that will be attached to packets sent by the publisher. This must be non-zero and unique for each data track published by the publisher.uint32 pub_handle = 1;abstract StringgetName()Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher. This must be non-empty and no longer than 256 characters.string name = 2;abstract ByteStringgetNameBytes()Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher. This must be non-empty and no longer than 256 characters.string name = 2;abstract intgetEncryptionValue()Method used for end-to-end encryption (E2EE) on frame payloads..livekit.Encryption.Type encryption = 3;abstract LivekitModels.Encryption.TypegetEncryption()Method used for end-to-end encryption (E2EE) on frame payloads..livekit.Encryption.Type encryption = 3;-
-
Method Detail
-
getPubHandle
abstract int getPubHandle()
Client-assigned, 16-bit identifier that will be attached to packets sent by the publisher. This must be non-zero and unique for each data track published by the publisher.uint32 pub_handle = 1;
-
getName
abstract String getName()
Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher. This must be non-empty and no longer than 256 characters.string name = 2;
-
getNameBytes
abstract ByteString getNameBytes()
Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher. This must be non-empty and no longer than 256 characters.string name = 2;
-
getEncryptionValue
abstract int getEncryptionValue()
Method used for end-to-end encryption (E2EE) on frame payloads..livekit.Encryption.Type encryption = 3;
-
getEncryption
abstract LivekitModels.Encryption.Type getEncryption()
Method used for end-to-end encryption (E2EE) on frame payloads..livekit.Encryption.Type encryption = 3;
-
-
-
-