예제 #1
0
        public async Task CleanupAsync()
        {
            try
            {
                await streamingService.StopStreamingAsync();

                await streamingService.CleanupAsync();
            }
            catch { }
        }