Add InCallHandRaise Message for Hand Raise Feature During Calls
Description
This pull request introduces a new proto message type, InCallHandRaise, to the messages.proto file. The InCallHandRaise message will support a live hand raise feature, allowing participants to raise and lower their hands during a call in Wire.
Changes
Added a new message type InCallHandRaise to proto/messages.proto.
InCallHandRaise includes a boolean field, is_hand_up, to indicate if a participant’s hand is raised (true) or lowered (false).
Add InCallHandRaise Message for Hand Raise Feature During Calls
Description
This pull request introduces a new proto message type,
InCallHandRaise
, to themessages.proto
file. TheInCallHandRaise
message will support a live hand raise feature, allowing participants to raise and lower their hands during a call in Wire.Changes
InCallHandRaise
toproto/messages.proto
.InCallHandRaise
includes a boolean field,is_hand_up
, to indicate if a participant’s hand is raised (true
) or lowered (false
).New Proto Message