Skip to content

Commit 88bf04d

Browse files
authored
[Calling][Sample] Reaction usage off in sample (#4171)
1 parent b759321 commit 88bf04d

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "improvement",
4+
"workstream": "Turning the reaction feature OFF since we do not have resources yet.",
5+
"comment": "Turning off reaction feature usage in sample",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "none"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "improvement",
4+
"workstream": "Turning the reaction feature OFF since we do not have resources yet.",
5+
"comment": "Turning off reaction feature usage in sample",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "none"
9+
}

samples/Calling/src/app/views/CallScreen.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,6 @@ const AzureCommunicationCallScreen = (props: AzureCommunicationCallScreenProps):
167167
callEnded: { url: '/assets/sounds/callEnded.mp3' },
168168
callRinging: { url: '/assets/sounds/callRinging.mp3' },
169169
callBusy: { url: '/assets/sounds/callBusy.mp3' }
170-
},
171-
/* @conditional-compile-remove(reaction) */
172-
reactionResources: {
173-
likeReaction: { url: '/assets/reactions/likeEmoji.png', frameCount: 102 },
174-
heartReaction: { url: '/assets/reactions/heartEmoji.png', frameCount: 102 },
175-
laughReaction: { url: '/assets/reactions/laughEmoji.png', frameCount: 102 },
176-
applauseReaction: { url: '/assets/reactions/clapEmoji.png', frameCount: 102 },
177-
surprisedReaction: { url: '/assets/reactions/surprisedEmoji.png', frameCount: 102 }
178170
}
179171
};
180172
}, []);

0 commit comments

Comments
 (0)