Table of Contents

Class TrackUnsubscribed

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

Constructors

TrackUnsubscribed()

public TrackUnsubscribed()

TrackUnsubscribed(TrackUnsubscribed)

public TrackUnsubscribed(TrackUnsubscribed other)

Parameters

other TrackUnsubscribed

Fields

ParticipantIdentityFieldNumber

Field number for the "participant_identity" field.

public const int ParticipantIdentityFieldNumber = 1

Field Value

int

TrackSidFieldNumber

Field number for the "track_sid" field.

public const int TrackSidFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasParticipantIdentity

Gets whether the "participant_identity" field is set

public bool HasParticipantIdentity { get; }

Property Value

bool

HasTrackSid

Gets whether the "track_sid" field is set

public bool HasTrackSid { get; }

Property Value

bool

Parser

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

Property Value

MessageParser<TrackUnsubscribed>

ParticipantIdentity

The FFI language can dispose/remove the VideoSink here

public string ParticipantIdentity { get; set; }

Property Value

string

TrackSid

public string TrackSid { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearParticipantIdentity()

Clears the value of the "participant_identity" field

public void ClearParticipantIdentity()

ClearTrackSid()

Clears the value of the "track_sid" field

public void ClearTrackSid()

Clone()

public TrackUnsubscribed Clone()

Returns

TrackUnsubscribed

Equals(TrackUnsubscribed)

public bool Equals(TrackUnsubscribed other)

Parameters

other TrackUnsubscribed

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

public void MergeFrom(TrackUnsubscribed other)

Parameters

other TrackUnsubscribed

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream