Table of Contents

Class LocalDataTrackTryPushResponse

Namespace
LiveKit.Proto
public sealed class LocalDataTrackTryPushResponse : Google.Protobuf.IMessage<LocalDataTrackTryPushResponse>, Google.Protobuf.IBufferMessage
Inheritance
LocalDataTrackTryPushResponse
Implements
IBufferMessage
Extension Methods

Constructors

LocalDataTrackTryPushResponse()

public LocalDataTrackTryPushResponse()

LocalDataTrackTryPushResponse(LocalDataTrackTryPushResponse)

public LocalDataTrackTryPushResponse(LocalDataTrackTryPushResponse other)

Parameters

other LocalDataTrackTryPushResponse

Fields

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 2

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Error

public LocalDataTrackTryPushError Error { get; set; }

Property Value

LocalDataTrackTryPushError

Parser

public static Google.Protobuf.MessageParser<LocalDataTrackTryPushResponse> Parser { get; }

Property Value

MessageParser<LocalDataTrackTryPushResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public LocalDataTrackTryPushResponse Clone()

Returns

LocalDataTrackTryPushResponse

Equals(LocalDataTrackTryPushResponse)

public bool Equals(LocalDataTrackTryPushResponse other)

Parameters

other LocalDataTrackTryPushResponse

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(LocalDataTrackTryPushResponse)

public void MergeFrom(LocalDataTrackTryPushResponse other)

Parameters

other LocalDataTrackTryPushResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream