Zoom Web SDK 2.8.0 Audio Issues in SAFARI

Safari version 16 is working properly but version 14 not working.
As per the zoom web SDK document, it should be working in the 11+ Version of Safari but not working in every system or some 11+ version also.

Other than SAFARI audio working in all the browsers but facing issues in MAC Safari

Code Language: Angular

ZoomMtg.init({
disablePreview : true,
leaveUrl: leaveUrlForZoom,
isSupportAV: true,
screenShare: true,
showPureSharingContent: false,
videoDrag: true,
showMeetingHeader: false,
isSupportChat: false,
disableRecord: true,
success: (success: boolean) => {
ZoomMtg.join({
signature: this.signatureForZoom,
meetingNumber: this.meetingNumber,
userName: this.userName,
sdkKey: this.sdkKey,
userEmail: this.userEmail,
passWord: ‘’,
success: (success: boolean) => {
console.log(success)

      },
      error: (error: boolean) => {

        console.log(error)
      }
    })
1 Like

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