pichillilorenzo / flutter_inappwebview

A Flutter plugin that allows you to add an inline webview, to use a headless webview, and to open an in-app browser window.
https://inappwebview.dev
Apache License 2.0
3.07k stars 1.38k forks source link

WebRTC background process #257

Open Soda-Flavour opened 4 years ago

Soda-Flavour commented 4 years ago

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?

iampato commented 1 year ago

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