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