Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace "agora-edu-core/src/stores/domain/common/stream/index"

Index

Classes

Type aliases

Type aliases

DataStore

DataStore: { shareStreamTokens: Map<string, string>; streamByStreamUuid: Map<string, EduStream>; streamByUserUuid: Map<string, Set<string>>; streamVolumes: Map<string, number> }

Type declaration

  • shareStreamTokens: Map<string, string>
  • streamByStreamUuid: Map<string, EduStream>
  • streamByUserUuid: Map<string, Set<string>>
  • streamVolumes: Map<string, number>