New methods refactored
This commit is contained in:
parent
b50df10a49
commit
bdb32a29e1
16 changed files with 246 additions and 141 deletions
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<script>
|
||||
WA.getCurrentRoom().then((room) => {
|
||||
WA.room.getCurrentRoom().then((room) => {
|
||||
console.log('id : ', room.id);
|
||||
console.log('map : ', room.map);
|
||||
console.log('mapUrl : ', room.mapUrl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue