Giter VIP home page Giter VIP logo

Comments (5)

TatankaConCube avatar TatankaConCube commented on June 8, 2024

hello @payalgoyal thank you for your question, but we need more information about your issue. Please add detailed steps to reproduce this issue, full logs from both devices (caller and receiver), devices specifications which you use to tests and other useful information for investigating your issue. Today I tried to reproduce your issue on Pocophone F1, Samsung Galaxy A7, Samsung s10 but unfortunately unsuccessful.

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 8, 2024

@payalgoyal maybe you just have very quiet volume of audio stream of your opponent? For checking this case you can use new feature from our SDK (since version 1.9.1) - change volume of audio stream. For it use next code:

RTCSession session; //some call session
int userId = 12345; //some opponent ID
RTCMediaStreamManager mediaStreamManager = session.getMediaStreamManager();
RTCAudioTrack audioTrack = mediaStreamManager.getAudioTrack(userId);
audioTrack.setVolume(10); //volume level from 0 to 10

from android-messenger-app.

payalgoyal avatar payalgoyal commented on June 8, 2024

from android-messenger-app.

payalgoyal avatar payalgoyal commented on June 8, 2024

from android-messenger-app.

TatankaConCube avatar TatankaConCube commented on June 8, 2024

@payalgoyal please create new issue with your problem with noise and echo in the audio. Please add more information about this issue: detailed steps to reproduce, info about devices, logs etc.

from android-messenger-app.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.