Do you need to install react dependency to use zoomus / websdk in Vue

Do you need to install react dependency to use zoomus / websdk in Vue, After joining successfully, the console will report red

Hey @1933671399,

Can you please share the errors you are seeing?

The instructions here should work for vue apps:

Thanks,
Tommy


This is the error message after I successfully joined the meeting in the vue project. It seems to come from react, but this is a vue project and I don’t want to associate it with react.

Is there any other communication method? The community method is too inefficient, thank you :joy:

   created() {

        ZoomMtg.preLoadWasm();

        ZoomMtg.prepareJssdk();

    },

    mounted() {

        ZoomMtg.init({

            
        })

    },

This is my zoom component, only these few lines of code are added according to the description on the document

Hey @1933671399,

Would you be able to provide a github repo with this issue so I can debug it locally? :slight_smile:

Thanks,
Tommy

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