Beispiel #1
0
 public static Task DisableMuteAllModeAsync(this AudioVideoMcuSession mcuSession,
                                            DisableMuteAllModeOptions options)
 {
     return(Task.Factory.FromAsync(mcuSession.BeginDisableMuteAllMode,
                                   mcuSession.EndDisableMuteAllMode, options, null));
 }
 public static Task DisableMuteAllModeAsync(this AudioVideoMcuSession mcuSession,
     DisableMuteAllModeOptions options)
 {
     return Task.Factory.FromAsync(mcuSession.BeginDisableMuteAllMode,
         mcuSession.EndDisableMuteAllMode, options, null);
 }