Table of Contents

Class DisposeRequest

Namespace
LiveKit.Proto

Stop all rooms synchronously (Do we need async here?). e.g: This is used for the Unity Editor after each assemblies reload. TODO(theomonnom): Implement a debug mode where we can find all leaked handles?

public sealed class DisposeRequest : Google.Protobuf.IMessage<DisposeRequest>, Google.Protobuf.IBufferMessage
Inheritance
DisposeRequest
Implements
IBufferMessage
Extension Methods

Constructors

DisposeRequest()

public DisposeRequest()

DisposeRequest(DisposeRequest)

public DisposeRequest(DisposeRequest other)

Parameters

other DisposeRequest

Fields

AsyncFieldNumber

Field number for the "async" field.

public const int AsyncFieldNumber = 1

Field Value

int

Properties

Async

public bool Async { get; set; }

Property Value

bool

Descriptor

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

Property Value

MessageDescriptor

HasAsync

Gets whether the "async" field is set

public bool HasAsync { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<DisposeRequest>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearAsync()

Clears the value of the "async" field

public void ClearAsync()

Clone()

public DisposeRequest Clone()

Returns

DisposeRequest

Equals(DisposeRequest)

public bool Equals(DisposeRequest other)

Parameters

other DisposeRequest

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

public void MergeFrom(DisposeRequest other)

Parameters

other DisposeRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream