AWSConnectStartContactStreamingResponse

Objective-C

@interface AWSConnectStartContactStreamingResponse

Swift

class AWSConnectStartContactStreamingResponse
  • The identifier of the streaming configuration enabled.

    Declaration

    Objective-C

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

    Swift

    var streamingId: String? { get set }