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

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

The RemoteCandidatesAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRemoteCandidatesAttribute
Initializes a new instance of the RemoteCandidatesAttribute class
Public methodRemoteCandidatesAttribute(String)
Initializes a new instance of the RemoteCandidatesAttribute class
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
Properties
  NameDescription
Public propertyName (Inherited from SDPAttribute.)
Public propertyType (Inherited from SDPAttribute.)
Public propertyValue (Inherited from SDPAttribute.)
Top
See Also