Class TrackSubscriptionFailed
public sealed class TrackSubscriptionFailed : Google.Protobuf.IMessage<TrackSubscriptionFailed>, Google.Protobuf.IBufferMessage
- Inheritance
-
TrackSubscriptionFailed
- Implements
-
IBufferMessage
- Extension Methods
Constructors
TrackSubscriptionFailed()
public TrackSubscriptionFailed()
TrackSubscriptionFailed(TrackSubscriptionFailed)
public TrackSubscriptionFailed(TrackSubscriptionFailed other)
Parameters
otherTrackSubscriptionFailed
Fields
ErrorFieldNumber
Field number for the "error" field.
public const int ErrorFieldNumber = 3
Field Value
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
TrackSidFieldNumber
Field number for the "track_sid" field.
public const int TrackSidFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Error
public string Error { get; set; }
Property Value
HasError
Gets whether the "error" field is set
public bool HasError { get; }
Property Value
HasParticipantIdentity
Gets whether the "participant_identity" field is set
public bool HasParticipantIdentity { get; }
Property Value
HasTrackSid
Gets whether the "track_sid" field is set
public bool HasTrackSid { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<TrackSubscriptionFailed> Parser { get; }
Property Value
- MessageParser<TrackSubscriptionFailed>
ParticipantIdentity
public string ParticipantIdentity { get; set; }
Property Value
TrackSid
public string TrackSid { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearError()
Clears the value of the "error" field
public void ClearError()
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 TrackSubscriptionFailed Clone()
Returns
Equals(TrackSubscriptionFailed)
public bool Equals(TrackSubscriptionFailed other)
Parameters
otherTrackSubscriptionFailed
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(TrackSubscriptionFailed)
public void MergeFrom(TrackSubscriptionFailed other)
Parameters
otherTrackSubscriptionFailed
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream