ParticipantEndpoint.GetFeatureParameters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of feature parameters.
public:
System::Collections::ObjectModel::Collection<Microsoft::Rtc::Signaling::NameValuePair ^> ^ GetFeatureParameters();
public System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.NameValuePair> GetFeatureParameters ();
member this.GetFeatureParameters : unit -> System.Collections.ObjectModel.Collection<Microsoft.Rtc.Signaling.NameValuePair>
Public Function GetFeatureParameters () As Collection(Of NameValuePair)