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 9580ca5 commit 84afa47Copy full SHA for 84afa47
android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java
@@ -385,12 +385,6 @@ private Connection createConnection(ConnectionRequest request) {
385
386
connection.setInitializing();
387
connection.setExtras(extras);
388
-
389
- if (Build.VERSION.SDK_INT >= 30) {
390
- Log.d(TAG, "Set Caller Number Verification");
391
- connection.setCallerNumberVerificationStatus(Connection.VERIFICATION_STATUS_PASSED);
392
- }
393
394
currentConnections.put(extras.getString(EXTRA_CALL_UUID), connection);
395
396
// Get other connections for conferencing
0 commit comments