FunctionsChatRoomSyncChatRoomSync CallableChatRoomSync(data: ServerChatRoomSyncMessage): voidHandles the reception of the data for a room we've just entered. This only happens once per ChatRoom "lifetime".Parametersdata: ServerChatRoomSyncMessageRoom object containing the new chatroom data.Returns voidNothing.
Handles the reception of the data for a room we've just entered.
This only happens once per ChatRoom "lifetime".