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 CreateMeetingDialOut operation. Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.

To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID.

This API is is not available in a dedicated namespace.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateMeetingDialOutRequest : AmazonChimeRequest
         IAmazonWebServiceRequest

The CreateMeetingDialOutRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property FromPhoneNumber System.String

Gets and sets the property FromPhoneNumber.

Phone number used as the caller ID when the remote party receives a call.

Public Property JoinToken System.String

Gets and sets the property JoinToken.

Token used by the Amazon Chime SDK attendee. Call the CreateAttendee action to get a join token.

Public Property MeetingId System.String

Gets and sets the property MeetingId.

The Amazon Chime SDK meeting ID.

Public Property ToPhoneNumber System.String

Gets and sets the property ToPhoneNumber.

Phone number called when inviting someone to a meeting.

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