Objective
Applying the proper Pro Guard configuration. Pro Guard detects and removes unused classes, fields, methods, and attributes.
Applies To
- Pro Guard
- Android SDK
Procedure
The following pro guard rules are recommended to be applied in the Android Gradle:
-keep class com.opentok.{ ; }
-keepclassmembers class com.opentok.{ ; }
-dontwarn com.opentok.**
-keep class org.otwebrtc.* { ; }
Additional Information
For more information, see the developer documentation for the Android SDK.
Articles in this section
- Can I set the latency higher or lower?
- Does Vonage Video API support the IEEE 802.3 standards?
- Can I directly access the RTCPeerConnection object for monitoring?
- Can I use an external camera on Android and iOS devices for video sessions?
- Where are Vonage Video API data centers located?
- JS SDK RumorSocket Disconnect Errors
- What resolution should I use when publishing on a mobile device?
- Does the Vonage Video API support HTTPS?
- Which devices does the Vonage Video API work with?
- Can I record a Media-Relayed session?