UNPKG
agora-edu-core
Version:
alpha (3.1.0)
beta (3.3.0)
latest (2.9.51)
3.3.1
3.3.0
3.2.100
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
2.9.51
2.9.50
2.9.47
2.9.46
2.9.45
2.9.44
2.9.43
2.9.42
2.9.41
2.9.40
2.9.30
2.9.20
2.9.10
2.9.2
2.9.1
2.9.0
2.8.101
2.8.53
2.8.52
2.8.51
2.8.50
2.8.40
2.8.30
2.8.22
2.8.21
2.8.20
2.8.10
2.8.2
2.8.1
2.8.0
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1-beta
2.0.0
2.0.0-beta
1.1.5
1.1.5-rc.18
1.1.5-rc.15
1.1.5-rc.13
1.1.5-rc.11
1.1.5-rc.10
1.1.5-rc.9
1.1.5-rc.8
1.1.5-rc.7.2
1.1.5-rc.7.1
1.1.5-rc.7
1.1.5-rc.6
1.1.5-rc.5
1.1.5-rc.4
1.1.5-rc.3
1.1.5-rc.2
1.1.5-rc.1
1.1.2
1.1.0-ga-rc1
1.0.0
Core APIs for building an online classroom
agora-edu-core
/
lib
/
stores
/
index.d.ts
6 lines
(5 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EduRoomTypeEnum
}
from
'../type'
;
import
{
EduClassroomStore
}
from
'./domain'
;
export
declare
class
EduStoreFactory
{
static
createWithType
(
roomType
:
EduRoomTypeEnum
):
EduClassroomStore
; }