Skip to content

Commit

Permalink
feat(webapp-events): add enable press space to unmute event (#6753)
Browse files Browse the repository at this point in the history
  • Loading branch information
olafsulich authored Dec 13, 2024
1 parent 215c3d6 commit 6299a4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/src/user/data/UserPropertiesSetData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface WebappProperties {
call: {
enable_vbr_encoding: boolean;
enable_soundless_incoming_calls: boolean;
push_to_talk_key: string | null;
enable_press_space_to_unmute: boolean;
};
emoji: {
replace_inline: boolean;
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp-events/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const WebAppEvents = {
CALL: {
ENABLE_VBR_ENCODING: 'wire.webapp.properties.update.call.enable_vbr_encoding',
ENABLE_SOUNDLESS_INCOMING_CALLS: 'wire.webapp.properties.update.call.enable_soundless_incoming_calls',
PUSH_TO_TALK_KEY: 'wire.webapp.properties.update.call.push_to_talk_key',
ENABLE_PRESS_SPACE_TO_UNMUTE: 'wire.webapp.properties.update.call.enable_press_space_to_unmute',
},
CONTACTS: 'wire.webapp.properties.update.contacts',
EMOJI: {
Expand Down

0 comments on commit 6299a4f

Please sign in to comment.