AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateSipMediaApplicationCall operation. Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId.

This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK.

Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Chime.AmazonChimeRequest
      Amazon.Chime.Model.CreateSipMediaApplicationCallRequest

Namespace: Amazon.Chime.Model
Assembly: AWSSDK.Chime.dll
Version: 3.x.y.z

Syntax

C#
public class CreateSipMediaApplicationCallRequest : AmazonChimeRequest
         IAmazonWebServiceRequest

The CreateSipMediaApplicationCallRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FromPhoneNumber System.String

Gets and sets the property FromPhoneNumber.

The phone number that a user calls from. This is a phone number in your Amazon Chime phone number inventory.

Public Property SipHeaders System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property SipHeaders.

The SIP headers added to an outbound call leg.

Public Property SipMediaApplicationId System.String

Gets and sets the property SipMediaApplicationId.

The ID of the SIP media application.

Public Property ToPhoneNumber System.String

Gets and sets the property ToPhoneNumber.

The phone number that the service should call.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5