This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zhichen-edu
/
zc_saas_h5
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
33973decf9
Branches
Tags
dev
zc_saas_h5
/
pages3
/
static
/
polyv-sdk
/
components
/
trtc-room
/
model
/
user.js
user.js
92 B
History
Raw
1
class User{constructor(s){Object.assign(this,{userID:"",streams:{}},s)}}export default User;