I am using an API user to join a meeting.
I need to start with video and audio turned off because I have another application that will be sharing with the meeting that needs to connect directly to the camera.
I notice in the StartParam4NormalUser there is a “isVideoOff” and “isAudioOff” members, but those same members do not exist for the StartParam4APIUser.
How do I join a meeting with video and audio off for an API user?