You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using your plugin successfully as a basis for our own integration and implementation some years ago. Everything used to be very stable, but now we are forced to upgrade in order to make it 64 Bit capable.
In plugin.xml you are referencing com.ahoyrtc.sdk.AhoyVideoCallActivity.
The main reason for asking: In the old version the org.webrtc.VideoRenderer has been used, but this class seems to be removed in the current version of the ahoysdk.aar, or more specifically the included libwebrtc.jar.
What is the proposed way to overcome this API change, and fix this with minimal effort?
The text was updated successfully, but these errors were encountered:
We've been using your plugin successfully as a basis for our own integration and implementation some years ago. Everything used to be very stable, but now we are forced to upgrade in order to make it 64 Bit capable.
In
plugin.xml
you are referencingcom.ahoyrtc.sdk.AhoyVideoCallActivity
.cordova-ahoyrtc/plugin.xml
Line 77 in 2979546
Where is the source code for this activity?
The main reason for asking: In the old version the
org.webrtc.VideoRenderer
has been used, but this class seems to be removed in the current version of theahoysdk.aar
, or more specifically the includedlibwebrtc.jar
.What is the proposed way to overcome this API change, and fix this with minimal effort?
The text was updated successfully, but these errors were encountered: