realtime-sdk
v2.3.0
Published
SDK to interact with RT System Main endpoint: realtime.zone
Downloads
9
Readme
Realtime SDK
SDK to interact with RT System Main endpoint: realtime.zone
Use webpack to packaging lib to browser or other runtime ...
Zone
- New York, San Francisco
- London, SGP, Frankfurt
- Toronto
zone()
SDK module
Client
Chia làm 3 module chính:
- creator (người sáng tạo nội dung, chủ phòng)
- participant (player)
- user: các hành động dưới vai trò user (ko phân biệt role creator hay participant)
client.creator.question.push(questionId); client.participant.question.answer(questionId); client.user.getMyInfo()
- Creator.Question
- create()
- update()
- list()
- delete()
- Participant.Room
- join()
- listen()
- interact()
