You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+
## [0.33.0] - 2021-11-19
15
+
16
+
### Added
17
+
18
+
### Changed
19
+
20
+
- Generated beta models and request builders using Typewriter using Metadata update from 11/2.
21
+
- Due to changes in certain naming conventions in the beta-metadata casuing the latest updates to fail, this is the latest working version at the moment.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/callrecords/models/CallRecord.java
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
33
33
34
34
/**
35
35
* The End Date Time.
36
-
* UTC time when the last user left the call. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
@@ -51,7 +51,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
51
51
52
52
/**
53
53
* The Last Modified Date Time.
54
-
* UTC time when the call record was created. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
@@ -60,7 +60,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
60
60
61
61
/**
62
62
* The Modalities.
63
-
* List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
@@ -87,7 +87,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
87
87
88
88
/**
89
89
* The Start Date Time.
90
-
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
@@ -105,7 +105,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
105
105
106
106
/**
107
107
* The Version.
108
-
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
@@ -114,7 +114,7 @@ public class CallRecord extends Entity implements IJsonBackedObject {
114
114
115
115
/**
116
116
* The Sessions.
117
-
* List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/callrecords/models/ClientUserAgent.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
29
29
30
30
/**
31
31
* The Platform.
32
-
* Identifies the platform used by this endpoint. Possible values are: unknown, windows, macOS, iOS, android, web, ipPhone, roomSystem, surfaceHub, holoLens, unknownFutureValue.
@@ -38,7 +38,7 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
38
38
39
39
/**
40
40
* The Product Family.
41
-
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue.
@@ -66,7 +66,7 @@ public final AdditionalDataManager additionalDataManager() {
66
66
67
67
/**
68
68
* The Cpu Insufficent Event Ratio.
69
-
* Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
@@ -84,7 +84,7 @@ public final AdditionalDataManager additionalDataManager() {
84
84
85
85
/**
86
86
* The Device Glitch Event Ratio.
87
-
* Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
0 commit comments