Open col-bc opened 2 years ago
import it like this
import { VideoSDKMeeting } from "@videosdk.live/rtc-js-prebuilt/rtc-js-prebuilt"
import it like this
import { VideoSDKMeeting } from "@videosdk.live/rtc-js-prebuilt/rtc-js-prebuilt"
can confirm it's working
I am trying to use VideoSDK with vue3 and vite. When I use the cope from the videosdk-rtc-prebuilt-examples repository I get this error on build.
This is the contents of my VideoComponent.vue
And my dependency list
And assistance would be greatly appreciated!