CallOptionsExtensions.AddFeatureParameter 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.
Overloads
AddFeatureParameter(CallAcceptOptions, String, String) | |
AddFeatureParameter(CallEstablishOptions, String, String) |
AddFeatureParameter(CallAcceptOptions, String, String)
public:
[System::Runtime::CompilerServices::Extension]
static void AddFeatureParameter(Microsoft::Rtc::Collaboration::CallAcceptOptions ^ callAcceptOptions, System::String ^ name, System::String ^ value);
public static void AddFeatureParameter (this Microsoft.Rtc.Collaboration.CallAcceptOptions callAcceptOptions, string name, string value);
static member AddFeatureParameter : Microsoft.Rtc.Collaboration.CallAcceptOptions * string * string -> unit
Parameters
- callAcceptOptions
- CallAcceptOptions
- name
- String
- value
- String
Applies to
AddFeatureParameter(CallEstablishOptions, String, String)
public:
[System::Runtime::CompilerServices::Extension]
static void AddFeatureParameter(Microsoft::Rtc::Collaboration::CallEstablishOptions ^ callEstablishOptions, System::String ^ name, System::String ^ value);
public static void AddFeatureParameter (this Microsoft.Rtc.Collaboration.CallEstablishOptions callEstablishOptions, string name, string value);
static member AddFeatureParameter : Microsoft.Rtc.Collaboration.CallEstablishOptions * string * string -> unit
Parameters
- callEstablishOptions
- CallEstablishOptions
- name
- String
- value
- String