AWSConnectOutboundCallerConfig

Objective-C

@interface AWSConnectOutboundCallerConfig

Swift

class AWSConnectOutboundCallerConfig

The outbound caller ID name, number, and outbound whisper flow.

  • The caller ID name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable outboundCallerIdName;

    Swift

    var outboundCallerIdName: String? { get set }
  • The caller ID number.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable outboundCallerIdNumberId;

    Swift

    var outboundCallerIdNumberId: String? { get set }
  • The outbound whisper flow to be used during an outbound call.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable outboundFlowId;

    Swift

    var outboundFlowId: String? { get set }