Integration with Zoom with Hospital Information System
Greeting with peace to everyone, I'm RV one of the I.T here at National Kidney And Transplant Institute, we are planning to integrate Zoom Web Meeting to our Hospital Information System to expand our services to our patients. This is my concern right now. I need to place a value on these variables. These are what I've done so far. 1. Reading Meeting SDK documentation 2. Ask chat GPT-4 Any help will be appreciated, Thank you & regards. RV Jay. National Kidney And Transplant Institute
var authEndpoint = ''
var sdkKey = ''
var meetingNumber = '123456789'
var passWord = ''
var role = 0
var userName = 'JavaScript'
var userEmail = ''
Show less