Class ConnectCallback.Types.ParticipantWithTracks
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
Fields
ParticipantFieldNumber
Field number for the "participant" field.
public const int ParticipantFieldNumber = 1
Field Value
PublicationsFieldNumber
Field number for the "publications" field.
public const int PublicationsFieldNumber = 2
Field Value
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
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
Clone()
public ConnectCallback.Types.ParticipantWithTracks Clone()
Returns
Equals(ParticipantWithTracks)
public bool Equals(ConnectCallback.Types.ParticipantWithTracks other)
Parameters
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(ParticipantWithTracks)
public void MergeFrom(ConnectCallback.Types.ParticipantWithTracks other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream