From e655ff207e21b42be95628b0d86e34b9d9fa9c62 Mon Sep 17 00:00:00 2001
From: awsmobilesdk
+ * If StorageStatus
is enabled, direct peer-to-peer
+ * (master-viewer) connections no longer occur. Peers connect directly to
+ * the storage session. You must call the JoinStorageSession
+ * API to trigger an SDP offer send and establish a connection between a
+ * peer and the storage session.
+ *
+ * If StorageStatus
is enabled, direct peer-to-peer
+ * (master-viewer) connections no longer occur. Peers connect directly to
+ * the storage session. You must call the JoinStorageSession
+ * API to trigger an SDP offer send and establish a connection between a
+ * peer and the storage session.
+ *
StartTimestamp
will be returned
* if available.
*
- *
- * Constraints:
- * Range: 3000 - 20000
*/
private Integer samplingInterval;
@@ -412,9 +409,6 @@ public ImageGenerationConfiguration withDestinationConfig(
* interval, the Image from the StartTimestamp
will be returned
* if available.
*
- * Constraints:
- * Range: 3000 - 20000
*
* @return
* The time interval in milliseconds (ms) at which the images need
@@ -438,9 +432,6 @@ public Integer getSamplingInterval() {
* interval, the Image from the StartTimestamp
will be returned
* if available.
*
- * Constraints:
- * Range: 3000 - 20000
*
* @param samplingInterval
* The time interval in milliseconds (ms) at which the images @@ -468,9 +459,6 @@ public void setSamplingInterval(Integer samplingInterval) { *
* Returns a reference to this object so that method calls can be chained * together. - *
- * Constraints:
- * Range: 3000 - 20000
*
* @param samplingInterval
* The time interval in milliseconds (ms) at which the images diff --git a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java index daf33b782c..80b796ce8e 100644 --- a/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java +++ b/aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/services/kinesisvideo/model/UpdateMediaStorageConfigurationRequest.java @@ -38,6 +38,14 @@ *
* * + *
+ * If StorageStatus
is enabled, direct peer-to-peer (master-viewer)
+ * connections no longer occur. Peers connect directly to the storage session.
+ * You must call the JoinStorageSession
API to trigger an SDP offer
+ * send and establish a connection between a peer and the storage session.
+ *