100ms-web icon indicating copy to clipboard operation
100ms-web copied to clipboard

Volume Buttons Unresponsive During Calls on Pixel Phone

Open umeshrenlty opened this issue 2 months ago • 8 comments

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 avatar Apr 29 '24 11:04 umeshrenlty