AWSConnectDisconnectDetails
Objective-C
@interface AWSConnectDisconnectDetails
Swift
class AWSConnectDisconnectDetails
Information about the call disconnect experience.
-
Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable potentialDisconnectIssue;
Swift
var potentialDisconnectIssue: String? { get set }