Search results

  1. bb0707

    [Android] Room already has user with such login

    Hi team, Currently, when the network is down, I will disconnect by calling RoomManager.disconnect() private val networkCallback = object : ConnectivityManager.NetworkCallback() { override fun onAvailable(network: Network) { } override fun onLost(network: Network) {...
  2. bb0707

    [Android] Issue with Android Media Devices example.

    Hi team, I have some issues with the Android Media Devices example. Issue #1: Steps: 1. Publish stream. 2. Play stream. 3. Open another camera app. 4. Open the example app again. Actual result: The local render view and remote render view are black. It looks like the camera has been stopped...
  3. bb0707

    [Android][SDK 1.1] Configure the audio source when share device screen.

    Hi Team, When using Android SDK 1.1 to share device screen, I want my app to be able to set up audio stream like the Twitch app. Currently, I can only publish device screen with audio from the microphone. So I have 2 questions: 1. How to stream with audio from both device and microphone? 2...
Top