ConnectyCube / connectycube-cordova-samples

Cordova code samples for ConnectyCube platform
https://connecycube.com
Apache License 2.0
4 stars 5 forks source link

Integration To Ionic 4 #19

Open Kaoschuks opened 2 years ago

Kaoschuks commented 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

Screenshot 2022-01-14 at 12 05 19

please my code is on my repo https://github.com/Kaoschuks/ionic-videocalling can you help me out??