@@ -68,7 +68,30 @@ public partial class CommunicationIdentifierModel
6868 {
6969 public CommunicationIdentifierModel ( ) { }
7070 public Azure . Communication . MediaComposition . CommunicationUserIdentifierModel CommunicationUser { get { throw null ; } set { } }
71+ public Azure . Communication . MediaComposition . CommunicationIdentifierModelKind ? Kind { get { throw null ; } set { } }
7172 public Azure . Communication . MediaComposition . MicrosoftTeamsUserIdentifierModel MicrosoftTeamsUser { get { throw null ; } set { } }
73+ public Azure . Communication . MediaComposition . PhoneNumberIdentifierModel PhoneNumber { get { throw null ; } set { } }
74+ public string RawId { get { throw null ; } set { } }
75+ }
76+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
77+ public readonly partial struct CommunicationIdentifierModelKind : System . IEquatable < Azure . Communication . MediaComposition . CommunicationIdentifierModelKind >
78+ {
79+ private readonly object _dummy ;
80+ private readonly int _dummyPrimitive ;
81+ public CommunicationIdentifierModelKind ( string value ) { throw null ; }
82+ public static Azure . Communication . MediaComposition . CommunicationIdentifierModelKind CommunicationUser { get { throw null ; } }
83+ public static Azure . Communication . MediaComposition . CommunicationIdentifierModelKind MicrosoftTeamsUser { get { throw null ; } }
84+ public static Azure . Communication . MediaComposition . CommunicationIdentifierModelKind PhoneNumber { get { throw null ; } }
85+ public static Azure . Communication . MediaComposition . CommunicationIdentifierModelKind Unknown { get { throw null ; } }
86+ public bool Equals ( Azure . Communication . MediaComposition . CommunicationIdentifierModelKind other ) { throw null ; }
87+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
88+ public override bool Equals ( object obj ) { throw null ; }
89+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
90+ public override int GetHashCode ( ) { throw null ; }
91+ public static bool operator == ( Azure . Communication . MediaComposition . CommunicationIdentifierModelKind left , Azure . Communication . MediaComposition . CommunicationIdentifierModelKind right ) { throw null ; }
92+ public static implicit operator Azure . Communication . MediaComposition . CommunicationIdentifierModelKind ( string value ) { throw null ; }
93+ public static bool operator != ( Azure . Communication . MediaComposition . CommunicationIdentifierModelKind left , Azure . Communication . MediaComposition . CommunicationIdentifierModelKind right ) { throw null ; }
94+ public override string ToString ( ) { throw null ; }
7295 }
7396 public partial class CommunicationUserIdentifierModel
7497 {
@@ -261,6 +284,11 @@ public MicrosoftTeamsUserIdentifierModel(string userId) { }
261284 public bool ? IsAnonymous { get { throw null ; } set { } }
262285 public string UserId { get { throw null ; } set { } }
263286 }
287+ public partial class PhoneNumberIdentifierModel
288+ {
289+ public PhoneNumberIdentifierModel ( string value ) { }
290+ public string Value { get { throw null ; } set { } }
291+ }
264292 public partial class PresentationLayout : Azure . Communication . MediaComposition . Models . MediaCompositionLayout
265293 {
266294 public PresentationLayout ( string presenterId , System . Collections . Generic . IEnumerable < string > audienceIds ) { }
@@ -386,10 +414,6 @@ public partial class TeamsMeetingOutput : Azure.Communication.MediaComposition.M
386414 public TeamsMeetingOutput ( string teamsJoinUrl ) { }
387415 public string TeamsJoinUrl { get { throw null ; } set { } }
388416 }
389- public partial class ValueType
390- {
391- public ValueType ( ) { }
392- }
393417}
394418namespace Azure . Communication . MediaComposition . Models
395419{
@@ -398,7 +422,7 @@ public partial class ImageInput : Azure.Communication.MediaComposition.Models.Me
398422 public ImageInput ( string uri ) { }
399423 public string Uri { get { throw null ; } set { } }
400424 }
401- public partial class InputPosition : Azure . Communication . MediaComposition . ValueType
425+ public partial class InputPosition
402426 {
403427 public InputPosition ( int x , int y ) { }
404428 public int X { get { throw null ; } set { } }
0 commit comments