Table of Contents

Class StartRecordingResponse

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

Constructors

StartRecordingResponse()

public StartRecordingResponse()

StartRecordingResponse(StartRecordingResponse)

public StartRecordingResponse(StartRecordingResponse other)

Parameters

other StartRecordingResponse

Fields

ErrorFieldNumber

Field number for the "error" field.

public const int ErrorFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Error

Error message if the operation failed. Empty/absent on success.

public string Error { get; set; }

Property Value

string

HasError

Gets whether the "error" field is set

public bool HasError { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<StartRecordingResponse>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearError()

Clears the value of the "error" field

public void ClearError()

Clone()

public StartRecordingResponse Clone()

Returns

StartRecordingResponse

Equals(StartRecordingResponse)

public bool Equals(StartRecordingResponse other)

Parameters

other StartRecordingResponse

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(StartRecordingResponse)

public void MergeFrom(StartRecordingResponse other)

Parameters

other StartRecordingResponse

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream