wireapp / generic-message-proto

Protocol definition for generic messages.
https://www.npmjs.com/package/@wireapp/protocol-messaging
GNU General Public License v3.0
33 stars 25 forks source link

feat: add in call hand raise #90

Closed thisisamir98 closed 2 weeks ago

thisisamir98 commented 2 weeks ago

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

New Proto Message


message InCallHandRaise {
  required bool is_hand_up = 1;
}
sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud