您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

constants.ts 188B

123456789
  1. /**
  2. * Key for this feature.
  3. */
  4. export const FEATURE_KEY = 'features/breakout-rooms';
  5. /**
  6. * Feature to rename breakout rooms.
  7. */
  8. export const BREAKOUT_ROOMS_RENAME_FEATURE = 'rename';