Table of Contents

Class ConnectCallback.Types.ParticipantWithTracks

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

Constructors

ParticipantWithTracks()

public ParticipantWithTracks()

ParticipantWithTracks(ParticipantWithTracks)

public ParticipantWithTracks(ConnectCallback.Types.ParticipantWithTracks other)

Parameters

other ConnectCallback.Types.ParticipantWithTracks

Fields

ParticipantFieldNumber

Field number for the "participant" field.

public const int ParticipantFieldNumber = 1

Field Value

int

PublicationsFieldNumber

Field number for the "publications" field.

public const int PublicationsFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

Parser

public static Google.Protobuf.MessageParser<ConnectCallback.Types.ParticipantWithTracks> Parser { get; }

Property Value

MessageParser<ParticipantWithTracks>

Participant

public OwnedParticipant Participant { get; set; }

Property Value

OwnedParticipant

Publications

TrackInfo are not needed here, if we're subscribed to a track, the FfiServer will send a TrackSubscribed event

public Google.Protobuf.Collections.RepeatedField<OwnedTrackPublication> Publications { get; }

Property Value

RepeatedField<OwnedTrackPublication>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public ConnectCallback.Types.ParticipantWithTracks Clone()

Returns

ConnectCallback.Types.ParticipantWithTracks

Equals(ParticipantWithTracks)

public bool Equals(ConnectCallback.Types.ParticipantWithTracks other)

Parameters

other ConnectCallback.Types.ParticipantWithTracks

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

public void MergeFrom(ConnectCallback.Types.ParticipantWithTracks other)

Parameters

other ConnectCallback.Types.ParticipantWithTracks

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream