Open Kaoschuks opened 2 years ago
I am trying to integrate the plugin to ionic 4 using
npm install connectycube --save.
everything works fine but on ConnectyCube.videochatconference.createNewSession(); const mediaParams = { audio: true, video: { width: 1280, height: 720 } }; session.getUserMedia(mediaParams);
I have error below
please my code is on my repo https://github.com/Kaoschuks/ionic-videocalling can you help me out??
I am trying to integrate the plugin to ionic 4 using
npm install connectycube --save.
everything works fine but on ConnectyCube.videochatconference.createNewSession(); const mediaParams = { audio: true, video: { width: 1280, height: 720 } }; session.getUserMedia(mediaParams);
I have error below
please my code is on my repo https://github.com/Kaoschuks/ionic-videocalling can you help me out??