So I am trying to create an app in which user can receive audio stream when the app is in background or closed. But when I am trying to connect the audio when the app is opened and putting that in background that part is working. But if I close the app or put it in background other user is not able to send the audio stream. I am using react-native-background-actions to perform background tasks and mediasoup for webrtc. How can I wake up the app and connect to the websocket server without interaction by the user.
android - (React Native)Connect to websocket when the app is in background or closed without user interaction - Stack Overflow
与本文相关的文章
- javascript - Passport.jsGoogle OAuth2 strategy - How to use token on login for API access - Stack Overflow
- javascript - check if child_process has ended in node.js? - Stack Overflow
- javascript - Bootstrap Circle Buttons - Stack Overflow
- jQuery and AJAX Not working with Select Form Element
- javascript - ReferenceError: TextEncoder is not defined when importing jsdom library - Stack Overflow
- javascript - Clicking on input's label triggers two clicks - Stack Overflow
- javascript - Why am I seeing 'function not defined' on my error console when I'm sure my function IS def
- html - Javascript - Change element's src in specified element - Stack Overflow
- javascript - How to properly escape double quotes in jquery - Stack Overflow
- html - Preventing javascript:void(0) links from showing link address on hover - Stack Overflow
- javascript - React router not rendering component - Stack Overflow
- php - Add custom url to featured image
- Is there a way to express binary numbers with some sort of separation between digits in C? - Stack Overflow
- How to disable the Ollama progress bar? - Stack Overflow
- categories - Wordpress subcategories return 404 in custom template
- python - Performance impact of inheriting from many classes - Stack Overflow
- Filter the loop by categories using checkbox form
- javascript - why this is output as the following? - Stack Overflow
- javascript - Angular Service - Return http response - Stack Overflow
- javascript - CatchHandle 502 Bad Gateway Error - Stack Overflow
评论列表(0)
- 暂无评论