Skip to content

Commit

Permalink
Finish deprecation of legacy windows audio device module
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-signal committed Apr 22, 2024
1 parent 3eb0e30 commit 4ae402e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 59 deletions.
18 changes: 0 additions & 18 deletions ts/calling/audioDeviceModule.ts

This file was deleted.

39 changes: 0 additions & 39 deletions ts/test-both/calling/audioDeviceModule_test.ts

This file was deleted.

3 changes: 1 addition & 2 deletions ts/types/Storage.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import type {
CustomColorsItemType,
DefaultConversationColorType,
} from './Colors';
import type { AudioDeviceModule } from '../calling/audioDeviceModule';
import type { PhoneNumberDiscoverability } from '../util/phoneNumberDiscoverability';
import type { PhoneNumberSharingMode } from '../util/phoneNumberSharingMode';
import type { RetryItemType } from '../util/retryPlaceholders';
Expand Down Expand Up @@ -170,7 +169,7 @@ export type StorageAccessType = {
// Deprecated
'challenge:retry-message-ids': never;
nextSignedKeyRotationTime: number;
previousAudioDeviceModule: AudioDeviceModule;
previousAudioDeviceModule: never;
senderCertificateWithUuid: never;
signaling_key: never;
signedKeyRotationRejected: number;
Expand Down

0 comments on commit 4ae402e

Please sign in to comment.