Sends a PTZ control command to a remote participant's camera
Object containing cmd (command type), userId, and range (magnitude)
PTZ command type (e.g., 1 for left, 2 for right, 3 for up, 4 for down, 5 for zoom in, 6 for zoom out)
Optionalrange?: numberOptional magnitude of the control action (0-100)
The user ID of the participant
Promise that resolves when the command is sent
PTZ (Pan-Tilt-Zoom) camera control interface
Need to call joinSession before using this API