You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using live stream in background service to start live stream even when app is closed so i added some lines in background service to start live stream when volume button pressed 5 times in row (Don't make anttention about the way i catch the volume button it's just for test ) . And in log the live stream start successfully but when i am trying to join the live stream from web the video disply as a dark screen.
Note : all the function is work fine when the app is in foreground this issue display in background only.
I am using live stream in background service to start live stream even when app is closed so i added some lines in background service to start live stream when volume button pressed 5 times in row (Don't make anttention about the way i catch the volume button it's just for test ) . And in log the live stream start successfully but when i am trying to join the live stream from web the video disply as a dark screen.
Note : all the function is work fine when the app is in foreground this issue display in background only.
This my code that i use in background service
And this is the AndroidManifest.xml :
`
Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java
-->
`
And this is my background service code :
For now i need it to work only on android.
The text was updated successfully, but these errors were encountered: