Click or drag to resize

RemoteCandidatesAttribute Class

Provides the identity of the remote candidates that the offerer wishes the answerer to use in its answer.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPAttribute
      Ozeki.MediaRemoteCandidatesAttribute

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class RemoteCandidatesAttribute : SDPAttribute

The RemoteCandidatesAttribute type exposes the following members.

Constructors
 NameDescription
Public methodRemoteCandidatesAttributeInitializes a new instance of the RemoteCandidatesAttribute class
Public methodRemoteCandidatesAttribute(String)Initializes a new instance of the RemoteCandidatesAttribute class
Top
Properties
 NameDescription
Public propertyName
(Inherited from SDPAttribute)
Public propertyType
(Inherited from SDPAttribute)
Public propertyValue
(Inherited from SDPAttribute)
Top
Methods
 NameDescription
Public methodEquals(Object)
(Inherited from SDPAttribute)
Public methodEquals(SDPAttribute)
(Inherited from SDPAttribute)
Public methodGetHashCode
(Inherited from SDPAttribute)
Public methodPrintSDPData
(Inherited from SDPAttribute)
Public methodToString
(Inherited from SDPAttribute)
Top
See Also