2021-10-29 17:37:29 +02:00
|
|
|
WA.room.onEnterLayer('myLayer').subscribe(() => {
|
2022-01-25 20:43:27 +01:00
|
|
|
WA.chat.sendChatMessage("Hello!", 'Woka');
|
2021-10-29 17:37:29 +02:00
|
|
|
});
|
|
|
|
|
|
|
|
WA.room.onLeaveLayer('myLayer').subscribe(() => {
|
2022-01-25 20:43:27 +01:00
|
|
|
WA.chat.sendChatMessage("Goodbye!", 'Woka');
|
2021-10-29 17:37:29 +02:00
|
|
|
});
|