Zoom audio issue in mobile browser

Description
I am using zoom WEB-SDK 2.4.5, In web view its working fine but in mobile browsers, Audio not working, Not able to hear or even not able to speak, Angular version is 9.1.13.

Browser Console Error

Which Web Meeting SDK version?
WEB-SDK 2.4.5

Meeting SDK Code Snippets
ZoomMtg.init({
leaveUrl: this.deviceType? location.origin +"/event/"+this.id+’/’+this.deviceType : location.origin +"/event/"+this.id,
isSupportAV: true,
success: (success) => {
console.log(success)
ZoomMtg.join({
sdkKey: ‘sdk’,
signature: signature,
meetingNumber: this.zoomLink.replace(/ /g, “”),
userName: this.user.firstName + " "+this.user.lastName,
userEmail: this.user.email,
passWord: this.zoomPassword.replace(/ /g, “”),
success: (success) => {
console.log(success)
},
error: (error) => {
console.log(error)
}
})
},
error: (error) => {
console.log(error)
}
})

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Go to ‘…’
  2. Click on ‘…’
  3. Scroll down to ‘…’
  4. See error

Screenshots
If applicable, add screenshots to help explain your problem.

Device (please complete the following information):

  • Device: [e.g. Macbook Pro]
  • OS: [e.g. macOS 11]
  • Browser: [e.g. Chrome]
  • Browser Version [e.g. 88.0.4324.150 (Official Build) (x86_64)]

Additional context
Add any other context about the problem here.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.