VoipCallCoordinator.RequestNewAppInitiatedCallWithOptions 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.
public:
virtual VoipPhoneCall ^ RequestNewAppInitiatedCallWithOptions(AppInitiatedVoipPhoneCallOptions ^ callOptions) = RequestNewAppInitiatedCallWithOptions;
/// [Windows.Foundation.Metadata.Experimental]
VoipPhoneCall RequestNewAppInitiatedCallWithOptions(AppInitiatedVoipPhoneCallOptions const& callOptions);
[Windows.Foundation.Metadata.Experimental]
public VoipPhoneCall RequestNewAppInitiatedCallWithOptions(AppInitiatedVoipPhoneCallOptions callOptions);
function requestNewAppInitiatedCallWithOptions(callOptions)
Public Function RequestNewAppInitiatedCallWithOptions (callOptions As AppInitiatedVoipPhoneCallOptions) As VoipPhoneCall
Parameters
- callOptions
- AppInitiatedVoipPhoneCallOptions
Returns
- Attributes