Page 1 of 1

Pass Message to RoomExtension from ZoneExtension

Posted: 20 Jan 2020, 05:57
by KrinalDhaduk
Is there any way I can pass any message or trigger any event from zone extension to all the room-extensions in that zone?

Re: Pass Message to RoomExtension from ZoneExtension

Posted: 20 Jan 2020, 08:14
by Lapo
Hi,
KrinalDhaduk wrote:Is there any way I can pass any message or trigger any event from zone extension to all the room-extensions in that zone?

yes via the handleInternalMessage() method.
See the documentation:
http://docs2x.smartfoxserver.com/Extens ... a/overview
Extension interoperability section

Cheers