Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Volume Buttons Unresponsive During Calls on Pixel Phone #701

Open
umeshrenlty opened this issue Apr 29, 2024 · 8 comments
Open

Volume Buttons Unresponsive During Calls on Pixel Phone #701

umeshrenlty opened this issue Apr 29, 2024 · 8 comments

Comments

@umeshrenlty
Copy link

umeshrenlty commented Apr 29, 2024

Describe the bug
Google pixel 6a
Samsung Flip 4
Samsung Note10+

In this device, the volume button doesn't directly adjust the call sound. Instead, it controls a progress bar that visually increases or decreases, but it doesn't affect the call volume. The call volume is adjusted independently through the media volume controls.

export const VideoPlayer = React.forwardRef((props: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>, ref: any) => (
  <video ref = {ref} {...props}  />
))

Screenshot
image

SDK Version:

"@100mslive/hms-noise-suppression": "^0.9.19",
 "@100mslive/react-sdk": "^0.8.19",
@umeshrenlty umeshrenlty changed the title In pixel phone volume up and down is not working Volume Buttons Unresponsive During Calls on Pixel Phone Apr 29, 2024
@bhishakBitcanny
Copy link

@ygit Can you kindly look into this?

@ygit
Copy link
Member

ygit commented May 9, 2024

Sure @bhishakBitcanny

@raviteja83
Copy link
Collaborator

Phone volume can control the audio of the call. not the media volume one. it is across all devices for webrtc calls.

@bhishakBitcanny
Copy link

Pixel_8

Phone volume can control the audio of the call. not the media volume one. it is across all devices for webrtc calls.

So @raviteja83 in the above configuration, we should be able to get audio output. Unfortunately, we are not receiving any output audio unless we change the media volume. We have tried headphones and speakers but same behaviour is observed.

@bhishakBitcanny
Copy link

Kindly let me know if there are any findings.

@raviteja83
Copy link
Collaborator

is autoplay error handled? can you check console if you get an error with error code 3008.

@bhishakBitcanny
Copy link

@raviteja83 I confirm that we are not getting any error as such.

@bhishakBitcanny
Copy link

@raviteja83 is this reproduced on your end?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants