@microsoft/msgraph-sdk 1.0.0-preview.20 → 1.0.0-preview.21
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.
- package/models/callRecords/index.d.ts +8 -8
- package/models/index.d.ts +985 -34
- package/models/index.d.ts.map +1 -1
- package/models/index.js +1051 -140
- package/models/security/index.d.ts +2 -0
- package/models/security/index.d.ts.map +1 -1
- package/models/security/index.js +2 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
}
|