Class StreamTextOptions
- Namespace
- LiveKit
Options used when opening an outgoing text data stream.
public class StreamTextOptions : StreamOptions
- Inheritance
-
StreamTextOptions
- Inherited Members
- Extension Methods
Properties
AttachedStreamIds
public List<string> AttachedStreamIds { get; set; }
Property Value
Generated
public bool? Generated { get; set; }
Property Value
- bool?
OperationType
public TextStreamInfo.OperationType? OperationType { get; set; }
Property Value
ReplyToStreamId
public string ReplyToStreamId { get; set; }
Property Value
Version
public int? Version { get; set; }
Property Value
- int?