const config = {
videoSDKJWT: zoomTokenParam || “”,
sessionName: sessionParam || “Default Session”,
userName: doctorName || “FV Hospital”,
sessionPasscode: “”,
features: [“video”, “audio”, “settings”, “users”],
options: { init: {enforceMultipleVideos: true}, audio: {}, video: {} },
};
what should i pass in audio object so that my video should be turned on by default on joining the session
or there’s other option like when i join the session it shows me pormpt to enable audio
so if there’s option to show prompt for video too !