@microsoft/msgraph-sdk 1.0.0-preview.20 → 1.0.0-preview.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -614,7 +614,7 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable
614
614
  */
615
615
  averageAudioDegradation?: number;
616
616
  /**
617
- * Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
617
+ * Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
618
618
  */
619
619
  averageAudioNetworkJitter?: Duration;
620
620
  /**
@@ -626,7 +626,7 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable
626
626
  */
627
627
  averageFreezeDuration?: Duration;
628
628
  /**
629
- * Average jitter for the stream computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
629
+ * Average jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
630
630
  */
631
631
  averageJitter?: Duration;
632
632
  /**
@@ -642,7 +642,7 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable
642
642
  */
643
643
  averageReceivedFrameRate?: number;
644
644
  /**
645
- * Average network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
645
+ * Average network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
646
646
  */
647
647
  averageRoundTripTime?: Duration;
648
648
  /**
@@ -654,7 +654,7 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable
654
654
  */
655
655
  averageVideoFrameRate?: number;
656
656
  /**
657
- * Average fraction of packets lost, as specified in [RFC 3550][], computed over the duration of the session.
657
+ * Average fraction of packets lost, as specified in RFC 3550, computed over the duration of the session.
658
658
  */
659
659
  averageVideoPacketLossRate?: number;
660
660
  /**
@@ -678,11 +678,11 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable
678
678
  */
679
679
  lowVideoProcessingCapabilityRatio?: number;
680
680
  /**
681
- * Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
681
+ * Maximum of audio network jitter computed over each of the 20 second windows during the session, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
682
682
  */
683
683
  maxAudioNetworkJitter?: Duration;
684
684
  /**
685
- * Maximum jitter for the stream computed as specified in RFC 3550, denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
685
+ * Maximum jitter for the stream computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
686
686
  */
687
687
  maxJitter?: Duration;
688
688
  /**
@@ -694,7 +694,7 @@ export interface MediaStream extends AdditionalDataHolder, BackedModel, Parsable
694
694
  */
695
695
  maxRatioOfConcealedSamples?: number;
696
696
  /**
697
- * Maximum network propagation round-trip time computed as specified in [RFC 3550][], denoted in [ISO 8601][] format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
697
+ * Maximum network propagation round-trip time computed as specified in RFC 3550, denoted in ISO 8601 format. For example, 1 second is denoted as 'PT1S', where 'P' is the duration designator, 'T' is the time designator, and 'S' is the second designator.
698
698
  */
699
699
  maxRoundTripTime?: Duration;
700
700
  /**
@@ -1203,7 +1203,7 @@ export interface TraceRouteHop extends AdditionalDataHolder, BackedModel, Parsab
1203
1203
  */
1204
1204
  odataType?: string;
1205
1205
  /**
1206
- * The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in [ISO 8601][] format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.
1206
+ * The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.
1207
1207
  */
1208
1208
  roundTripTime?: Duration;
1209
1209
  }