diff --git a/src/components/CallFooter.tsx b/src/components/CallFooter.tsx index 3bc3e34b..815411a1 100644 --- a/src/components/CallFooter.tsx +++ b/src/components/CallFooter.tsx @@ -153,7 +153,7 @@ export const CallFooter: FC = ({ ); } - if (reactionIdentifier) { + if (reactionIdentifier && reactionData) { buttons.push( {}, + ...args.callViewModelOptions, + }, args.mediaDevices, ); diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 5ad1634a..6b1e57f8 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -567,25 +567,26 @@ export const InCallView: FC = ({ const footer = (