@@ -205,6 +205,10 @@ public static partial class CallAutomationModelFactory
205205 public static Azure . Communication . CallAutomation . CreateCallResult CreateCallResult ( Azure . Communication . CallAutomation . CallConnection callConnection = null , Azure . Communication . CallAutomation . CallConnectionProperties callConnectionProperties = null ) { throw null ; }
206206 public static Azure . Communication . CallAutomation . DtmfResult DtmfResult ( System . Collections . Generic . IEnumerable < Azure . Communication . CallAutomation . DtmfTone > tones = null ) { throw null ; }
207207 public static Azure . Communication . CallAutomation . HoldFailed HoldFailed ( string callConnectionId = null , string serverCallId = null , string correlationId = null , string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null ) { throw null ; }
208+ public static Azure . Communication . CallAutomation . MediaStreamingFailed MediaStreamingFailed ( string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null , Azure . Communication . CallAutomation . MediaStreamingUpdate mediaStreamingUpdate = null , string callConnectionId = null , string serverCallId = null , string correlationId = null ) { throw null ; }
209+ public static Azure . Communication . CallAutomation . MediaStreamingStarted MediaStreamingStarted ( string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null , Azure . Communication . CallAutomation . MediaStreamingUpdate mediaStreamingUpdate = null , string callConnectionId = null , string serverCallId = null , string correlationId = null ) { throw null ; }
210+ public static Azure . Communication . CallAutomation . MediaStreamingStopped MediaStreamingStopped ( string operationContext = null , Azure . Communication . CallAutomation . ResultInformation resultInformation = null , Azure . Communication . CallAutomation . MediaStreamingUpdate mediaStreamingUpdate = null , string callConnectionId = null , string serverCallId = null , string correlationId = null ) { throw null ; }
211+ public static Azure . Communication . CallAutomation . MediaStreamingUpdate MediaStreamingUpdate ( string contentType = null , Azure . Communication . CallAutomation . MediaStreamingStatus ? mediaStreamingStatus = default ( Azure . Communication . CallAutomation . MediaStreamingStatus ? ) , Azure . Communication . CallAutomation . MediaStreamingStatusDetails ? mediaStreamingStatusDetails = default ( Azure . Communication . CallAutomation . MediaStreamingStatusDetails ? ) ) { throw null ; }
208212 public static Azure . Communication . CallAutomation . MuteParticipantResult MuteParticipantResult ( string operationContext = null ) { throw null ; }
209213 public static Azure . Communication . CallAutomation . ParticipantsUpdated ParticipantsUpdated ( string callConnectionId = null , string serverCallId = null , string correlationId = null , System . Collections . Generic . IEnumerable < Azure . Communication . CallAutomation . CallParticipant > participants = null , int sequenceNumber = 0 ) { throw null ; }
210214 public static Azure . Communication . CallAutomation . PlayCanceled PlayCanceled ( string callConnectionId = null , string serverCallId = null , string correlationId = null , string operationContext = null ) { throw null ; }
@@ -948,6 +952,12 @@ public MediaStreamingConfiguration(System.Uri transportUrl, Azure.Communication.
948952 public static bool operator != ( Azure . Communication . CallAutomation . MediaStreamingContent left , Azure . Communication . CallAutomation . MediaStreamingContent right ) { throw null ; }
949953 public override string ToString ( ) { throw null ; }
950954 }
955+ public partial class MediaStreamingFailed : Azure . Communication . CallAutomation . CallAutomationEventBase
956+ {
957+ internal MediaStreamingFailed ( ) { }
958+ public Azure . Communication . CallAutomation . MediaStreamingUpdate MediaStreamingUpdate { get { throw null ; } }
959+ public static Azure . Communication . CallAutomation . MediaStreamingFailed Deserialize ( string content ) { throw null ; }
960+ }
951961 public partial class MediaStreamingOptions
952962 {
953963 public MediaStreamingOptions ( System . Uri transportUri , Azure . Communication . CallAutomation . MediaStreamingTransport transportType , Azure . Communication . CallAutomation . MediaStreamingContent contentType , Azure . Communication . CallAutomation . MediaStreamingAudioChannel audioChannelType ) { }
@@ -956,6 +966,69 @@ public MediaStreamingOptions(System.Uri transportUri, Azure.Communication.CallAu
956966 public Azure . Communication . CallAutomation . MediaStreamingTransport MediaStreamingTransport { get { throw null ; } }
957967 public System . Uri TransportUri { get { throw null ; } }
958968 }
969+ public partial class MediaStreamingStarted : Azure . Communication . CallAutomation . CallAutomationEventBase
970+ {
971+ internal MediaStreamingStarted ( ) { }
972+ public Azure . Communication . CallAutomation . MediaStreamingUpdate MediaStreamingUpdate { get { throw null ; } }
973+ public static Azure . Communication . CallAutomation . MediaStreamingStarted Deserialize ( string content ) { throw null ; }
974+ }
975+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
976+ public readonly partial struct MediaStreamingStatus : System . IEquatable < Azure . Communication . CallAutomation . MediaStreamingStatus >
977+ {
978+ private readonly object _dummy ;
979+ private readonly int _dummyPrimitive ;
980+ public MediaStreamingStatus ( string value ) { throw null ; }
981+ public static Azure . Communication . CallAutomation . MediaStreamingStatus MediaStreamingFailed { get { throw null ; } }
982+ public static Azure . Communication . CallAutomation . MediaStreamingStatus MediaStreamingStarted { get { throw null ; } }
983+ public static Azure . Communication . CallAutomation . MediaStreamingStatus MediaStreamingStopped { get { throw null ; } }
984+ public static Azure . Communication . CallAutomation . MediaStreamingStatus UnspecifiedError { get { throw null ; } }
985+ public bool Equals ( Azure . Communication . CallAutomation . MediaStreamingStatus other ) { throw null ; }
986+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
987+ public override bool Equals ( object obj ) { throw null ; }
988+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
989+ public override int GetHashCode ( ) { throw null ; }
990+ public static bool operator == ( Azure . Communication . CallAutomation . MediaStreamingStatus left , Azure . Communication . CallAutomation . MediaStreamingStatus right ) { throw null ; }
991+ public static implicit operator Azure . Communication . CallAutomation . MediaStreamingStatus ( string value ) { throw null ; }
992+ public static bool operator != ( Azure . Communication . CallAutomation . MediaStreamingStatus left , Azure . Communication . CallAutomation . MediaStreamingStatus right ) { throw null ; }
993+ public override string ToString ( ) { throw null ; }
994+ }
995+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
996+ public readonly partial struct MediaStreamingStatusDetails : System . IEquatable < Azure . Communication . CallAutomation . MediaStreamingStatusDetails >
997+ {
998+ private readonly object _dummy ;
999+ private readonly int _dummyPrimitive ;
1000+ public MediaStreamingStatusDetails ( string value ) { throw null ; }
1001+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails AuthenticationFailure { get { throw null ; } }
1002+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails BadRequest { get { throw null ; } }
1003+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails Forbidden { get { throw null ; } }
1004+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails InitialWebSocketConnectionFailed { get { throw null ; } }
1005+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails ServiceShutdown { get { throw null ; } }
1006+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails ServiceTimeout { get { throw null ; } }
1007+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails SpeechServicesConnectionError { get { throw null ; } }
1008+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails StreamConnectionInterrupted { get { throw null ; } }
1009+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails StreamConnectionReestablished { get { throw null ; } }
1010+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails StreamConnectionUnsuccessful { get { throw null ; } }
1011+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails StreamUrlMissing { get { throw null ; } }
1012+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails SubscriptionStarted { get { throw null ; } }
1013+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails SubscriptionStopped { get { throw null ; } }
1014+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails TooManyRequests { get { throw null ; } }
1015+ public static Azure . Communication . CallAutomation . MediaStreamingStatusDetails UnspecifiedError { get { throw null ; } }
1016+ public bool Equals ( Azure . Communication . CallAutomation . MediaStreamingStatusDetails other ) { throw null ; }
1017+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1018+ public override bool Equals ( object obj ) { throw null ; }
1019+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1020+ public override int GetHashCode ( ) { throw null ; }
1021+ public static bool operator == ( Azure . Communication . CallAutomation . MediaStreamingStatusDetails left , Azure . Communication . CallAutomation . MediaStreamingStatusDetails right ) { throw null ; }
1022+ public static implicit operator Azure . Communication . CallAutomation . MediaStreamingStatusDetails ( string value ) { throw null ; }
1023+ public static bool operator != ( Azure . Communication . CallAutomation . MediaStreamingStatusDetails left , Azure . Communication . CallAutomation . MediaStreamingStatusDetails right ) { throw null ; }
1024+ public override string ToString ( ) { throw null ; }
1025+ }
1026+ public partial class MediaStreamingStopped : Azure . Communication . CallAutomation . CallAutomationEventBase
1027+ {
1028+ internal MediaStreamingStopped ( ) { }
1029+ public Azure . Communication . CallAutomation . MediaStreamingUpdate MediaStreamingUpdate { get { throw null ; } }
1030+ public static Azure . Communication . CallAutomation . MediaStreamingStopped Deserialize ( string content ) { throw null ; }
1031+ }
9591032 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
9601033 public readonly partial struct MediaStreamingTransport : System . IEquatable < Azure . Communication . CallAutomation . MediaStreamingTransport >
9611034 {
@@ -973,6 +1046,13 @@ public MediaStreamingOptions(System.Uri transportUri, Azure.Communication.CallAu
9731046 public static bool operator != ( Azure . Communication . CallAutomation . MediaStreamingTransport left , Azure . Communication . CallAutomation . MediaStreamingTransport right ) { throw null ; }
9741047 public override string ToString ( ) { throw null ; }
9751048 }
1049+ public partial class MediaStreamingUpdate
1050+ {
1051+ internal MediaStreamingUpdate ( ) { }
1052+ public string ContentType { get { throw null ; } }
1053+ public Azure . Communication . CallAutomation . MediaStreamingStatus ? MediaStreamingStatus { get { throw null ; } }
1054+ public Azure . Communication . CallAutomation . MediaStreamingStatusDetails ? MediaStreamingStatusDetails { get { throw null ; } }
1055+ }
9761056 public partial class MuteParticipantOptions
9771057 {
9781058 public MuteParticipantOptions ( Azure . Communication . CommunicationIdentifier targetParticipant ) { }
0 commit comments