@@ -13,7 +13,6 @@ public partial class AddParticipantsOptions
13
13
public AddParticipantsOptions ( ) { }
14
14
public int ? InvitationTimeoutInSeconds { get { throw null ; } set { } }
15
15
public string OperationContext { get { throw null ; } set { } }
16
- public string ReplacementCallConnectionId { get { throw null ; } set { } }
17
16
public Azure . Communication . PhoneNumberIdentifier SourceCallerId { get { throw null ; } set { } }
18
17
}
19
18
public partial class AddParticipantsResult
@@ -194,8 +193,8 @@ protected CallRecording() { }
194
193
public virtual System . Threading . Tasks . Task < Azure . Response > PauseRecordingAsync ( string recordingId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
195
194
public virtual Azure . Response ResumeRecording ( string recordingId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
196
195
public virtual System . Threading . Tasks . Task < Azure . Response > ResumeRecordingAsync ( string recordingId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
197
- public virtual Azure . Response < Azure . Communication . CallingServer . RecordingStatusResult > StartRecording ( Azure . Communication . CallingServer . CallLocator callLocator , System . Uri recordingStateCallbackEndpoint , Azure . Communication . CallingServer . StartRecordingOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
198
- public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . CallingServer . RecordingStatusResult > > StartRecordingAsync ( Azure . Communication . CallingServer . CallLocator callLocator , System . Uri recordingStateCallbackEndpoint , Azure . Communication . CallingServer . StartRecordingOptions options = null , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
196
+ public virtual Azure . Response < Azure . Communication . CallingServer . RecordingStatusResult > StartRecording ( Azure . Communication . CallingServer . StartRecordingOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
197
+ public virtual System . Threading . Tasks . Task < Azure . Response < Azure . Communication . CallingServer . RecordingStatusResult > > StartRecordingAsync ( Azure . Communication . CallingServer . StartRecordingOptions options , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
199
198
public virtual Azure . Response StopRecording ( string recordingId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
200
199
public virtual System . Threading . Tasks . Task < Azure . Response > StopRecordingAsync ( string recordingId , System . Threading . CancellationToken cancellationToken = default ( System . Threading . CancellationToken ) ) { throw null ; }
201
200
}
@@ -238,6 +237,19 @@ internal CallTransferFailed() { }
238
237
public Azure . Communication . CallingServer . ResultInformation ResultInfo { get { throw null ; } }
239
238
public static Azure . Communication . CallingServer . CallTransferFailed Deserialize ( string content ) { throw null ; }
240
239
}
240
+ public partial class ChannelAffinity
241
+ {
242
+ public ChannelAffinity ( ) { }
243
+ public int Channel { get { throw null ; } set { } }
244
+ public Azure . Communication . CommunicationIdentifier Participant { get { throw null ; } set { } }
245
+ }
246
+ public partial class CollectTones
247
+ {
248
+ public CollectTones ( ) { }
249
+ public int ? InterToneTimeoutInSeconds { get { throw null ; } set { } }
250
+ public int ? MaxTonesToCollect { get { throw null ; } set { } }
251
+ public System . Collections . Generic . IList < string > StopTones { get { throw null ; } }
252
+ }
241
253
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
242
254
public partial struct ContentTransferOptions : System . IEquatable < Azure . Communication . CallingServer . ContentTransferOptions >
243
255
{
@@ -282,6 +294,66 @@ public GroupCallLocator(string id) { }
282
294
public override int GetHashCode ( ) { throw null ; }
283
295
public override string ToString ( ) { throw null ; }
284
296
}
297
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
298
+ public readonly partial struct MediaStreamingAudioChannelTypeDto : System . IEquatable < Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto >
299
+ {
300
+ private readonly object _dummy ;
301
+ private readonly int _dummyPrimitive ;
302
+ public MediaStreamingAudioChannelTypeDto ( string value ) { throw null ; }
303
+ public static Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto Mixed { get { throw null ; } }
304
+ public static Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto Unmixed { get { throw null ; } }
305
+ public bool Equals ( Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto other ) { throw null ; }
306
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
307
+ public override bool Equals ( object obj ) { throw null ; }
308
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
309
+ public override int GetHashCode ( ) { throw null ; }
310
+ public static bool operator == ( Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto left , Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto right ) { throw null ; }
311
+ public static implicit operator Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto ( string value ) { throw null ; }
312
+ public static bool operator != ( Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto left , Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto right ) { throw null ; }
313
+ public override string ToString ( ) { throw null ; }
314
+ }
315
+ public partial class MediaStreamingConfigurationDto
316
+ {
317
+ public MediaStreamingConfigurationDto ( ) { }
318
+ public Azure . Communication . CallingServer . MediaStreamingAudioChannelTypeDto ? AudioChannelType { get { throw null ; } set { } }
319
+ public Azure . Communication . CallingServer . MediaStreamingContentTypeDto ? ContentType { get { throw null ; } set { } }
320
+ public Azure . Communication . CallingServer . MediaStreamingTransportTypeDto ? TransportType { get { throw null ; } set { } }
321
+ public string TransportUrl { get { throw null ; } set { } }
322
+ }
323
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
324
+ public readonly partial struct MediaStreamingContentTypeDto : System . IEquatable < Azure . Communication . CallingServer . MediaStreamingContentTypeDto >
325
+ {
326
+ private readonly object _dummy ;
327
+ private readonly int _dummyPrimitive ;
328
+ public MediaStreamingContentTypeDto ( string value ) { throw null ; }
329
+ public static Azure . Communication . CallingServer . MediaStreamingContentTypeDto Audio { get { throw null ; } }
330
+ public bool Equals ( Azure . Communication . CallingServer . MediaStreamingContentTypeDto other ) { throw null ; }
331
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
332
+ public override bool Equals ( object obj ) { throw null ; }
333
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
334
+ public override int GetHashCode ( ) { throw null ; }
335
+ public static bool operator == ( Azure . Communication . CallingServer . MediaStreamingContentTypeDto left , Azure . Communication . CallingServer . MediaStreamingContentTypeDto right ) { throw null ; }
336
+ public static implicit operator Azure . Communication . CallingServer . MediaStreamingContentTypeDto ( string value ) { throw null ; }
337
+ public static bool operator != ( Azure . Communication . CallingServer . MediaStreamingContentTypeDto left , Azure . Communication . CallingServer . MediaStreamingContentTypeDto right ) { throw null ; }
338
+ public override string ToString ( ) { throw null ; }
339
+ }
340
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
341
+ public readonly partial struct MediaStreamingTransportTypeDto : System . IEquatable < Azure . Communication . CallingServer . MediaStreamingTransportTypeDto >
342
+ {
343
+ private readonly object _dummy ;
344
+ private readonly int _dummyPrimitive ;
345
+ public MediaStreamingTransportTypeDto ( string value ) { throw null ; }
346
+ public static Azure . Communication . CallingServer . MediaStreamingTransportTypeDto Websocket { get { throw null ; } }
347
+ public bool Equals ( Azure . Communication . CallingServer . MediaStreamingTransportTypeDto other ) { throw null ; }
348
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
349
+ public override bool Equals ( object obj ) { throw null ; }
350
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
351
+ public override int GetHashCode ( ) { throw null ; }
352
+ public static bool operator == ( Azure . Communication . CallingServer . MediaStreamingTransportTypeDto left , Azure . Communication . CallingServer . MediaStreamingTransportTypeDto right ) { throw null ; }
353
+ public static implicit operator Azure . Communication . CallingServer . MediaStreamingTransportTypeDto ( string value ) { throw null ; }
354
+ public static bool operator != ( Azure . Communication . CallingServer . MediaStreamingTransportTypeDto left , Azure . Communication . CallingServer . MediaStreamingTransportTypeDto right ) { throw null ; }
355
+ public override string ToString ( ) { throw null ; }
356
+ }
285
357
public partial class ParticipantsUpdated : Azure . Communication . CallingServer . CallAutomationEventBase
286
358
{
287
359
internal ParticipantsUpdated ( ) { }
@@ -300,6 +372,23 @@ protected PlaySource() { }
300
372
public string PlaySourceId { get { throw null ; } set { } }
301
373
}
302
374
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
375
+ public readonly partial struct RecognizeInputType : System . IEquatable < Azure . Communication . CallingServer . RecognizeInputType >
376
+ {
377
+ private readonly object _dummy ;
378
+ private readonly int _dummyPrimitive ;
379
+ public RecognizeInputType ( string value ) { throw null ; }
380
+ public static Azure . Communication . CallingServer . RecognizeInputType DTMF { get { throw null ; } }
381
+ public bool Equals ( Azure . Communication . CallingServer . RecognizeInputType other ) { throw null ; }
382
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
383
+ public override bool Equals ( object obj ) { throw null ; }
384
+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
385
+ public override int GetHashCode ( ) { throw null ; }
386
+ public static bool operator == ( Azure . Communication . CallingServer . RecognizeInputType left , Azure . Communication . CallingServer . RecognizeInputType right ) { throw null ; }
387
+ public static implicit operator Azure . Communication . CallingServer . RecognizeInputType ( string value ) { throw null ; }
388
+ public static bool operator != ( Azure . Communication . CallingServer . RecognizeInputType left , Azure . Communication . CallingServer . RecognizeInputType right ) { throw null ; }
389
+ public override string ToString ( ) { throw null ; }
390
+ }
391
+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
303
392
public readonly partial struct RecordingChannel : System . IEquatable < Azure . Communication . CallingServer . RecordingChannel >
304
393
{
305
394
private readonly object _dummy ;
@@ -404,10 +493,12 @@ public ServerCallLocator(string id) { }
404
493
}
405
494
public partial class StartRecordingOptions
406
495
{
407
- public StartRecordingOptions ( ) { }
496
+ public StartRecordingOptions ( Azure . Communication . CallingServer . CallLocator callLocator ) { }
497
+ public System . Collections . Generic . IEnumerable < Azure . Communication . CallingServer . ChannelAffinity > ChannelAffinity { get { throw null ; } set { } }
408
498
public Azure . Communication . CallingServer . RecordingChannel RecordingChannel { get { throw null ; } set { } }
409
499
public Azure . Communication . CallingServer . RecordingContent RecordingContent { get { throw null ; } set { } }
410
500
public Azure . Communication . CallingServer . RecordingFormat RecordingFormat { get { throw null ; } set { } }
501
+ public System . Uri RecordingStateCallbackEndpoint { get { throw null ; } set { } }
411
502
}
412
503
public partial class TransferCallToParticipantOptions
413
504
{
0 commit comments