We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f1cf3 commit 8535c54Copy full SHA for 8535c54
android/src/main/java/com/oney/WebRTCModule/RTCFrameCryptor.java
@@ -83,8 +83,8 @@ private FrameCryptorAlgorithm frameCryptorAlgorithmFromInt(int algorithm) {
83
switch (algorithm) {
84
case 0:
85
return FrameCryptorAlgorithm.AES_GCM;
86
- case 1:
87
- return FrameCryptorAlgorithm.AES_CBC;
+ // case 1:
+ // return FrameCryptorAlgorithm.AES_CBC;
88
default:
89
90
}
0 commit comments