Exemplo n.º 1
0
        public override async Task Stop()
        {
            await this.StopRecognition();

            await MediaRecorder.StopRecordAsync();

            await FileUtils.Save(messageStream, this.FileName);
        }