ruby-no-kai / takeout-app

Virtual venue for RubyKaigi Takeout w/ Amazon IVS, Chime SDK for Messaging, Transcribe
MIT License
99 stars 9 forks source link

control room enhancement: screen control #11

Closed sorah closed 2 years ago

sorah commented 2 years ago
export interface ScreenControl {
  filler?: boolean;
  heading?: string;
  next_schedule?: ScreenNextSchedule;
  footer?: string;
}

UpcomingTopic


sorah commented 2 years ago

https://github.com/ruby-no-kai/takeout-app/pull/30