Closed verdua closed 3 years ago
Allow shut down the Media Platform to release the resources when the Bot is stopped.
Call the ShutDown() method provided by the Microsoft.Skype.Bots.Media to stop the Media Platform properly when disposing the Bot.
ShutDown()
Purpose
Allow shut down the Media Platform to release the resources when the Bot is stopped.
Approach
Call the
ShutDown()
method provided by the Microsoft.Skype.Bots.Media to stop the Media Platform properly when disposing the Bot.