Beispiel #1
0
 public WebRtcEndpoint(MediaPipeline mediaPipeline, bool recvonly = false, bool sendonly = false, bool useDataChannels = false, CertificateKeyType certificateKeyType = CertificateKeyType.RSA)
 {
     constructorParams = new { mediaPipeline, recvonly, sendonly, useDataChannels, certificateKeyType };
 }
Beispiel #2
0
 public bool Equals(CertificateKeyType other)
 {
     return(string.CompareOrdinal(_value, other._value) == 0);
 }