Ionic on android, ios, and web?

Description
I currently am working on a project that requires me to integrate video conference into my hybrid application.

I tried using the ionic SDK even tho the android and ios part of my application work flawlessly i am having problems integrating the web sdk into the same project if i try to let ionic cordova compile the current project with out integrating web sdk the project runs but i get errors when i try to fire up any function

Error
my error msg (“Missing Command Error” the error in console is "Error: exec proxy not found for :: Zoom :: initialize ") is the same for every function i try to call that requieres the use of the ionic zoom sdk so i want to try and use the web sdk in parallel within the same project

Which version?
Ionic:

Ionic CLI : 6.11.1 (C:\Users\jpmit\AppData\Roaming\npm\node_modules@ionic\cli)
Ionic Framework : ionic/angular 5.3.1
angular-devkit/build-angular : 0.1000.7
angular-devkit/schematics : 10.0.7
angular/cli : 10.0.7
ionic/angular-toolkit : 2.3.2

Cordova:

Cordova CLI : 10.0.0
Cordova Platforms : 6.0.0, android 9.0.0, browser
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.2.1, (and 6 other plugins)

Utility:

cordova-res : 0.15.1
native-run : 1.0.0

System:

NodeJS : v12.18.0 (C:\Program Files\nodejs\node.exe)
npm : 6.14.4
OS : Windows 10

To Reproduce(If applicable)
Steps to reproduce the behavior:
call any command from the zoom ionic sdk while the platform is browser
the command i am doing my main testing on for this problem is zoomService.initialize

Browser (please complete the following information):

  • Mozilla Firefox 79.0
  • Chrome 84.0.4147.135
  • Edge 84.0.522.63