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
* 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.
@@ -157,6 +166,15 @@ public final AdditionalDataManager additionalDataManager() {
157
166
@Nullable
158
167
publicjava.time.OffsetDateTimeendDateTime;
159
168
169
+
/**
170
+
* The Is Audio Forward Error Correction Used.
171
+
* Indicates whether the forward error correction (FEC) was used at some point during the session. The default value is null.
* UTC time when the stream started. 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
* List of modalities present in the session. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
0 commit comments