@hysc/meeting 1.6.33 → 3.6.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -113,5 +113,6 @@ export interface CustomStats {
113
113
  forceOpenUserMic: boolean;
114
114
  forceOpenUserCamera: boolean;
115
115
  onlyOnePersonShare: number;
116
+ raiseHandEnable: number;
116
117
  }
117
118
  export declare type PartialCustomStats = Partial<CustomStats>;