show call reactions from other participants

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-05-04 15:28:42 +02:00
parent c379630610
commit 6d735dd537
No known key found for this signature in database
GPG key ID: C793F8B59F43CE7B
2 changed files with 2 additions and 0 deletions

View file

@ -2910,6 +2910,7 @@ public class CallActivity extends CallBaseActivity {
@Override
public void onReaction(String reaction) {
addCallReaction(reaction, callParticipantModel.getNick());
}
}

View file

@ -122,6 +122,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
emojiView.layoutParams = param
emojiView.setOnClickListener { view ->
// TODO: send signaling messages instead to directly show reaction on own device
callActivity.addCallReaction(
(view as EmojiTextView).text.toString(),
callActivity.conversationUser.displayName