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
///<summary> The application-defined string that uniquely identifies the resource's User within a Room. If a client joins with an existing Identity, the existing client is disconnected. See [access tokens](https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens) and [limits](https://www.twilio.com/docs/video/programmable-video-limits) for more info. </summary>
448
-
[JsonProperty("identity")]
449
-
publicstringIdentity{get;privateset;}
450
-
451
446
///<summary> The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. </summary>
452
447
[JsonProperty("date_created")]
453
448
publicDateTime?DateCreated{get;privateset;}
@@ -472,6 +467,10 @@ public static string ToJson(object model)
472
467
[JsonProperty("url")]
473
468
publicUriUrl{get;privateset;}
474
469
470
+
///<summary> An JSON object that describes the video layout of the composition in terms of regions. See [Specifying Video Layouts](https://www.twilio.com/docs/video/api/compositions-resource#specifying-video-layouts) for more info. </summary>
0 commit comments