From 9db883a1e8649be9889f8ed500969634695b3bcd Mon Sep 17 00:00:00 2001 From: Kamil Sikorski Date: Tue, 25 Jun 2019 11:24:20 -0400 Subject: [PATCH] Kasikors/fix (#87) * Fix to binding redirect and IdentityModel version. * Couple more fixes. --- .../IncidentBot/README Release Notes.md | 35 ------------------- .../Common/Sample.Common/Sample.Common.csproj | 2 +- .../AudioVideoPlaybackBot.sln | 14 +++----- .../FrontEnd/FrontEnd.csproj | 2 +- .../WorkerRole/app.config | 2 +- .../V1.0Samples/LocalMediaSamples/HueBot.sln | 13 +++++-- 6 files changed, 19 insertions(+), 49 deletions(-) delete mode 100644 Samples/BetaSamples/RemoteMediaSamples/IncidentBot/README Release Notes.md diff --git a/Samples/BetaSamples/RemoteMediaSamples/IncidentBot/README Release Notes.md b/Samples/BetaSamples/RemoteMediaSamples/IncidentBot/README Release Notes.md deleted file mode 100644 index 5d742db1..00000000 --- a/Samples/BetaSamples/RemoteMediaSamples/IncidentBot/README Release Notes.md +++ /dev/null @@ -1,35 +0,0 @@ -# Version 0.8 -- Updated to latest version of SDK, which brings in latest protocol changes. -- Updated the approach to join a meeting. -- Provide a way to query on going calls. -- Provide a way to terminate the on going calls. -- Provide a way to call/raise alert to application. It's for first party app only now. - -# Version 0.7 -- Updated to latest version of SDK, which brings in latest protocol changes. - -# Version 0.6 -- Updated to latest version of SDK, which has a couple fixes in regards to how operations are processed. This removes the `400 Bad Request` after some operations, and fixes issues with Mute/Unmute. - -# Version 0.5 -- Fixed the incoming call issue in PlatformCallController. - -# Version 0.4 -- Removed ICall.AppContext dependency which will be deprecated. -- Added error handling for input argument check - -# Version 0.3 -- Updated the responders' meeting call status in incident data. -- Terminated the notification calls after the users joined the incident meeting. - -# Version 0.2 -- Updated the audio prompts and prompt logic to support audio prompts for notification calls. -- Added the DTMF decoding logic to do different actions based on responder's inputs. -- Added the logic to add responders into the scheduled meeting. -- Updated the base url from CallControlBaseUrl to BotBaseUrl in appsettings.json for both IncomingRequest ans audio prompt files. -- Fix the multiple web instance routing issue, by updating the CallAffinityHelper.cs to CallAffinityMiddleware.cs. -- Fix the incoming reqeust auth issue by removing the auth module. -- Removed the DisplayName in the incident/raise post body. Bot will join meeting with Bot name in AAD always. - -# Initial Version -- First version to enable out-going call to responders and enable bot to join scheduled meeting \ No newline at end of file diff --git a/Samples/Common/Sample.Common/Sample.Common.csproj b/Samples/Common/Sample.Common/Sample.Common.csproj index ad09bb80..d29e2f99 100644 --- a/Samples/Common/Sample.Common/Sample.Common.csproj +++ b/Samples/Common/Sample.Common/Sample.Common.csproj @@ -13,7 +13,7 @@ - + diff --git a/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot.sln b/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot.sln index f1d2d322..282693f8 100644 --- a/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot.sln +++ b/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot.sln @@ -1,19 +1,15 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2036 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.202 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{36341412-BFDE-495F-8216-7736CE191F39}" ProjectSection(SolutionItems) = preProject configure_cloud.ps1 = configure_cloud.ps1 E-SDK Samples.postman_collection.json = E-SDK Samples.postman_collection.json - Getting Started with the Local Media Samples.md = Getting Started with the Local Media Samples.md - ..\Graph.props = ..\Graph.props - ..\nuget.config = ..\nuget.config - AudioVideoPlaybackBot\README Release Notes.md = AudioVideoPlaybackBot\README Release Notes.md - AudioVideoPlaybackBot\README.md = AudioVideoPlaybackBot\README.md - ..\stylecop.json = ..\stylecop.json - ..\StyleCop.ruleset = ..\StyleCop.ruleset + ..\..\Graph.props = ..\..\Graph.props + ..\..\nuget.config = ..\..\nuget.config + README.md = README.md EndProjectSection EndProject Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "AudioVideoPlaybackBot", "AudioVideoPlaybackBot\AudioVideoPlaybackBot.ccproj", "{386504C0-3BC0-41DB-8096-7110A5F1D434}" diff --git a/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/FrontEnd/FrontEnd.csproj b/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/FrontEnd/FrontEnd.csproj index ec5c402c..1aa37d7f 100644 --- a/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/FrontEnd/FrontEnd.csproj +++ b/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/FrontEnd/FrontEnd.csproj @@ -73,7 +73,7 @@ - + diff --git a/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/WorkerRole/app.config b/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/WorkerRole/app.config index 068f7b01..aa8b46e3 100644 --- a/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/WorkerRole/app.config +++ b/Samples/V1.0Samples/LocalMediaSamples/AudioVideoPlaybackBot/WorkerRole/app.config @@ -60,7 +60,7 @@ - + diff --git a/Samples/V1.0Samples/LocalMediaSamples/HueBot.sln b/Samples/V1.0Samples/LocalMediaSamples/HueBot.sln index befd0bac..422b3350 100644 --- a/Samples/V1.0Samples/LocalMediaSamples/HueBot.sln +++ b/Samples/V1.0Samples/LocalMediaSamples/HueBot.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.27130.2027 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.28803.202 MinimumVisualStudioVersion = 10.0.40219.1 Project("{A07B5EB6-E848-4116-A8D0-A826331D98C6}") = "HueBotSF", "HueBot\HueBotSF\HueBotSF.sfproj", "{24E33708-FB5C-45F8-81CA-B0C857435FFB}" ProjectSection(ProjectDependencies) = postProject @@ -12,6 +12,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HueBot", "HueBot\HueBot\Hue EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample.Common", "..\..\Common\Sample.Common\Sample.Common.csproj", "{3268E59C-90DC-4D7B-97EA-A1DBB2716DF3}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{977FD4D0-6930-4F7E-A065-5C26CDE78403}" + ProjectSection(SolutionItems) = preProject + configure_cloud.ps1 = configure_cloud.ps1 + E-SDK Samples.postman_collection.json = E-SDK Samples.postman_collection.json + ..\..\Graph.props = ..\..\Graph.props + ..\..\nuget.config = ..\..\nuget.config + README.md = README.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU