Skip to content

Commit e7b9458

Browse files
committed
minor
1 parent 5de362f commit e7b9458

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/calling-stateful-client/src/AudioEffectsSubscriber.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
33

4+
/* @conditional-compile-remove(DNS) */
45
import { AudioEffectsFeature } from '@azure/communication-calling';
6+
/* @conditional-compile-remove(DNS) */
57
import { CallContext } from './CallContext';
8+
/* @conditional-compile-remove(DNS) */
69
import { CallIdRef } from './CallIdRef';
710

11+
/* @conditional-compile-remove(DNS) */
812
/**
913
* @private
1014
*/

0 commit comments

Comments
 (0)