Class E2eeStateChanged
public sealed class E2eeStateChanged : Google.Protobuf.IMessage<E2eeStateChanged>, Google.Protobuf.IBufferMessage
- Inheritance
-
E2eeStateChanged
- Implements
-
IBufferMessage
- Extension Methods
Constructors
E2eeStateChanged()
public E2eeStateChanged()
E2eeStateChanged(E2eeStateChanged)
public E2eeStateChanged(E2eeStateChanged other)
Parameters
otherE2eeStateChanged
Fields
ParticipantIdentityFieldNumber
Field number for the "participant_identity" field.
public const int ParticipantIdentityFieldNumber = 1
Field Value
StateFieldNumber
Field number for the "state" field.
public const int StateFieldNumber = 2
Field Value
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
HasState
Gets whether the "state" field is set
public bool HasState { get; }
Property Value
Parser
public static Google.Protobuf.MessageParser<E2eeStateChanged> Parser { get; }
Property Value
- MessageParser<E2eeStateChanged>
ParticipantIdentity
Using sid instead of identity for ffi communication
public string ParticipantIdentity { get; set; }
Property Value
State
public EncryptionState State { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearParticipantIdentity()
Clears the value of the "participant_identity" field
public void ClearParticipantIdentity()
ClearState()
Clears the value of the "state" field
public void ClearState()
Clone()
public E2eeStateChanged Clone()
Returns
Equals(E2eeStateChanged)
public bool Equals(E2eeStateChanged other)
Parameters
otherE2eeStateChanged
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(E2eeStateChanged)
public void MergeFrom(E2eeStateChanged other)
Parameters
otherE2eeStateChanged
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream