flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

WebRTC background process

Open Soda-Flavour opened this issue 4 years ago • 1 comments

Environment

Flutter version: Channel stable, v1.12.13+hotfix.5 Plugin version: 2.1.0 Device information: Samsung Galaxy note 8

Hello~! I implemented WebRTC using Janus-Gateway, and I use only voice except video. I'm going to create a state of communication in the background. However, voice communication slows down after about 30 seconds in the background. If you come back up to the foreground, the slowdown will disappear. Interval functions that come from the Web view in the background work without a problem Is this a problem with web views?

Soda-Flavour avatar Jan 14 '20 08:01 Soda-Flavour

I would encourage to you to take a look at Flutter_background pkg

iampato avatar Jul 21 '22 12:07 iampato