File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
slack-api-client/src/main/java/com/slack/api/audit Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 374374 " huddle_participant_dropped" ,
375375 " huddle_screenshare_on" ,
376376 " huddle_screenshare_off" ,
377- " huddle_knock_accepted"
377+ " huddle_knock_accepted" ,
378+ " huddle_participant_transcript_consent"
378379 ],
379380 "anomaly" : [
380381 " anomaly"
Original file line number Diff line number Diff line change 9494 }
9595 },
9696 "channels" : [
97- " C00000000" ,
98- " "
97+ " C00000000"
9998 ],
10099 "groups" : [
101100 " "
Original file line number Diff line number Diff line change @@ -430,6 +430,7 @@ private Huddle() {
430430 public static final String huddle_screenshare_on = "huddle_screenshare_on" ;
431431 public static final String huddle_screenshare_off = "huddle_screenshare_off" ;
432432 public static final String huddle_knock_accepted = "huddle_knock_accepted" ;
433+ public static final String huddle_participant_transcript_consent = "huddle_participant_transcript_consent" ;
433434 }
434435
435436 public static class Anomaly {
You can’t perform that action at this time.
0 commit comments