KyDenZ
KyDenZ
With Jest 27 I didn't have the problem, when I switched to Jest 28 I had the same error. I had problems importing in the files where I had this...
Can you merge this modification?
Do you have any updates on this feature? This is a great feature!
Continuing on AGGgrid, could we consider similar functionality for columns to support [pivot mode](https://www.ag-grid.com/javascript-data-grid/pivoting/) display?
On my side it works well, by copying the framework in the ios folder - Capacitor 2.1 - SDK Opentok 2.17.0 - MacOS 10.15.4 - Pod 1.9.1
@enricop89 I tested, it works ! Thank you !
@ramseyfeng Apply the changes of #186 in custom repo or change url in package.json : ```json "cordova-plugin-opentok": "git+https://github.com/enricop89/cordova-plugin-opentok.git#capacitor-support" ```
@ramseyfeng My app works with Android & IOS. Before starting the session, I check if the Camera and Microphone are allowed with cordova diagnostic plugin.
@ramseyfeng yes it’s this plugin. To check if the camera and microphone is allowed, use isCameraAuthorized/isMicrophoneAuthorized. if allowed, run the session, else use requestMicrophoneAuthorization/requestCameraAuthorization.
@ramseyfeng The project where I was using opentok is currently without updates, it still works fine. I will have to switch to Capacitor 3 but I am disappointed with the...